1
1
mirror of https://github.com/aelve/guide.git synced 2024-11-23 12:15:06 +03:00

Add new item sign

This commit is contained in:
zeot 2018-11-13 22:57:42 +03:00
parent 0dbdb77d80
commit 9f62400c45

View File

@ -55,7 +55,7 @@
@click="openAddItemDialog"
>
<v-icon class="mr-1" left>add</v-icon>
TATUKA
Add new item
</v-btn>
<add-item-dialog v-model="isDialogOpen"/>
</div>