Form overhaul: roll -> trigger

roll, savingThrow, skill, slot, slotfiller, spell, spellList,
toggle, trigger
This commit is contained in:
Stefan Zermatten
2023-05-17 11:32:39 +02:00
parent 4c34986fb7
commit 0a3ea7672f
12 changed files with 443 additions and 814 deletions

View File

@@ -22,6 +22,12 @@
height="42"
v-on="(value == option.value) ? {} : { click() { click(option.value) } }"
>
<v-icon
v-if="option.icon"
left
>
{{ option.icon }}
</v-icon>
{{ option.name }}
</v-btn>
</v-btn-toggle>