Add deleteSection

This commit is contained in:
philipp lang 2023-12-27 01:27:59 +01:00
parent acdaf54a91
commit e5a8f76bfb
1 changed files with 3 additions and 0 deletions

View File

@ -24,6 +24,9 @@
<a href="#" class="bg-edit rounded-full flex w-5 h-5 items-center justify-center text-font ml-2" @click.prevent.stop="$emit('editSection', index)">
<edit-icon class="w-3 h-3 fill-current"></edit-icon>
</a>
<a href="#" class="bg-edit rounded-full flex w-5 h-5 items-center justify-center text-font ml-2" @click.prevent.stop="$emit('deleteSection', index)">
<delete-icon class="w-3 h-3 fill-current"></delete-icon>
</a>
</div>
</a>
</template>