✨ Sticker CRUD
This commit is contained in:
@@ -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">
|
||||
|
Reference in New Issue
Block a user