This commit is contained in:
2022-02-27 19:16:21 +00:00
parent 83eb019196
commit 1cf04393ff
4 changed files with 70 additions and 145 deletions

View File

@@ -23,6 +23,9 @@
:key="item.id"
@click="addItem(item)"
>
<v-list-item-icon
><v-icon>{{ item.icon }}</v-icon></v-list-item-icon
>
<v-list-item-title>{{ $ay.t(item.title) }}</v-list-item-title>
</v-list-item>
</v-list>