mirror of
https://github.com/aelve/guide.git
synced 2024-11-25 18:56:52 +03:00
Changed v-list items component according to new vuetify api
This commit is contained in:
parent
b9ba94cfce
commit
a9bb032df2
@ -60,27 +60,27 @@
|
||||
</template>
|
||||
|
||||
<v-list class="category-actions-menu-list">
|
||||
<v-list-tile>
|
||||
<v-list-item>
|
||||
<CategoryHeaderBtn
|
||||
text="New item"
|
||||
icon="plus"
|
||||
@click="openAddItemDialog"
|
||||
/>
|
||||
</v-list-tile>
|
||||
<v-list-tile>
|
||||
</v-list-item>
|
||||
<v-list-item>
|
||||
<CategoryHeaderBtn
|
||||
text="Category settings"
|
||||
icon="cog"
|
||||
@click="openCategorySettingsEditDialog"
|
||||
/>
|
||||
</v-list-tile>
|
||||
<v-list-tile>
|
||||
</v-list-item>
|
||||
<v-list-item>
|
||||
<CategoryHeaderBtn
|
||||
text="Delete category"
|
||||
icon="trash-alt"
|
||||
@click="deleteCategory"
|
||||
/>
|
||||
</v-list-tile>
|
||||
</v-list-item>
|
||||
</v-list>
|
||||
</v-menu>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user