Sticker CRUD

This commit is contained in:
2024-09-26 21:22:34 +08:00
parent 7151d71463
commit 9e7881745a
7 changed files with 449 additions and 22 deletions

View File

@@ -51,12 +51,19 @@
<v-col cols="12" md="6" lg="4">
<p><b>Actions</b></p>
<div class="flex mx-[-10px]">
<v-btn
variant="text"
size="x-small"
color="info"
icon="mdi-sticker-plus"
:to="`/creator/stickers/${item.id}/new`"
/>
<v-btn
variant="text"
size="x-small"
color="warning"
icon="mdi-pencil"
:to="`/creator/stickers/edit/${item.id}`"
:to="`/creator/stickers/${item.id}/edit`"
/>
<v-dialog max-width="480">