Skip to content

Commit b5e997a

Browse files
committed
add third dev example
1 parent cbeffaf commit b5e997a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dev.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@
2929

3030
<body>
3131
<div id="app">
32+
<v-select placeholder="multiple" multiple :options="options"></v-select>
3233
<v-select placeholder="multiple, taggable" multiple taggable :options="options" no-drop></v-select>
33-
<v-select placeholder="multiple, push-tags, taggable" multiple push-tags taggable :options="[{label: 'Foo', value: 'foo'}]"></v-select>
34-
<!-- <v-select placeholder="multiple, push-tags" multiple push-tags></v-select> -->
34+
<v-select placeholder="multiple, taggable, push-tags" multiple push-tags taggable :options="[{label: 'Foo', value: 'foo'}]"></v-select>
3535
</div>
3636
</body>
3737

0 commit comments

Comments
 (0)