1
0
mirror of synced 2024-11-22 05:16:05 +03:00

Adds support for option list attributes, like disaled

This commit is contained in:
Justin Schroeder 2018-02-07 15:51:47 -05:00
parent 84678799fd
commit de79e33aef
2 changed files with 2 additions and 1 deletions

2
dist/index.js vendored

File diff suppressed because one or more lines are too long

View File

@ -35,6 +35,7 @@
v-for="option in optionList"
:value="option.value"
:key="option.id"
v-bind="option.attributes || {}"
v-text="option.label"
/>
</select>