Added buff removers

This commit is contained in:
Stefan Zermatten
2022-08-17 11:38:30 +02:00
parent 766519b4a3
commit 59a488256b
16 changed files with 507 additions and 26 deletions

View File

@@ -46,7 +46,7 @@
{{ buff.name }}
</v-list-item-title>
</v-list-item-content>
<v-list-item-action>
<v-list-item-action v-if="!buff.hideRemoveButton">
<v-btn
icon
@click.stop="softRemove(buff._id)"