시그니처 조회/등록/수정/삭제 페이지 추가

This commit is contained in:
Yu Sung
2024-03-12 14:46:19 +09:00
parent fae6c5410b
commit c00abb103f
4 changed files with 561 additions and 4 deletions

View File

@@ -20,11 +20,10 @@
:to="item.route"
active-class="blue white--text"
>
<v-list-item-icon>
<v-icon>{{ item.icon }}</v-icon>
</v-list-item-icon>
<v-list-item-title>{{ item.title }}</v-list-item-title>
<v-list-item-icon>
<v-icon>mdi-chevron-right</v-icon>
</v-list-item-icon>
</v-list-item>
</div>