Merge branch 'develop'
This commit is contained in:
commit
978fff3cdb
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@
|
|||
<span v-if="params.label && params.type !== 'checkbox'" v-text="params.label"></span>
|
||||
|
||||
<input
|
||||
v-if="['number', 'checkbox', 'text'].includes(params.type)"
|
||||
v-if="['number', 'checkbox', 'text', 'color', 'range'].includes(params.type)"
|
||||
v-model="item.settings[setting]"
|
||||
v-bind="params.attr"
|
||||
:type="params.type"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue