-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Selects
georgeMuraveiAlkh edited this page Oct 19, 2017
·
15 revisions
<vuestic-simple-select
label="Simple select"
v-model="simpleSelectModel"
v-bind:options="simpleOptions">
</vuestic-simple-select>
label: String -- Label of your Select
v-model: String -- Model of your select
options: String[] -- Array of options which shows in dropdown
<vuestic-multi-select
label="Mutliselect"
v-model="multiSelectModel"
v-bind:options="simpleOptions">
</vuestic-multi-select>
label: String -- Label of your Select
v-model: String[] -- Model of your select
options: String[] -- Array of options which shows in dropdown