Began work on viewers for attacks and actions

This commit is contained in:
Thaum Rystra
2020-04-23 19:32:48 +02:00
parent a6bdfe247c
commit ed35d2e984
10 changed files with 122 additions and 17 deletions

View File

@@ -25,6 +25,13 @@
:debounce-time="debounceTime"
@change="(value, ack) => $emit('change', {path: ['rollBonus'], value, ack})"
/>
<text-area
label="Description"
:value="model.description"
:error-messages="errors.description"
:debounce-time="debounceTime"
@change="(value, ack) => $emit('change', {path: ['description'], value, ack})"
/>
<form-sections>
<form-section name="Results">
<results-form