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"
|
:on-capture="storeImage"
|
||||||
/>
|
/>
|
||||||
<InputString
|
<InputString
|
||||||
label="cat"
|
label="description"
|
||||||
:model="item"
|
:model="item"
|
||||||
field="description"
|
field="description"
|
||||||
:validation-fn="str => str.length > 0"
|
:validation-fn="str => str.length > 0"
|
||||||
/>
|
/>
|
||||||
<InputCombo
|
<InputCombo
|
||||||
label="dog"
|
label="box"
|
||||||
:model="item"
|
:model="item"
|
||||||
field="box"
|
field="box"
|
||||||
:options="boxes"
|
:options="getBoxes"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
Loading…
Reference in a new issue