change field names
This commit is contained in:
parent
0f7139cffc
commit
0ad42dad88
1 changed files with 3 additions and 3 deletions
|
@ -7,16 +7,16 @@
|
|||
:on-capture="storeImage"
|
||||
/>
|
||||
<InputString
|
||||
label="cat"
|
||||
label="description"
|
||||
:model="item"
|
||||
field="description"
|
||||
:validation-fn="str => str.length > 0"
|
||||
/>
|
||||
<InputCombo
|
||||
label="dog"
|
||||
label="box"
|
||||
:model="item"
|
||||
field="box"
|
||||
:options="boxes"
|
||||
:options="getBoxes"
|
||||
/>
|
||||
</div>
|
||||
</template>
|
||||
|
|
Loading…
Reference in a new issue