2
0
mirror of https://github.com/tenrok/vue-select.git synced 2026-05-26 04:34:04 +03:00

add third dev example

This commit is contained in:
Jeff Sagal
2017-02-02 16:42:06 -08:00
parent cbeffafb17
commit b5e997abdd
+2 -2
View File
@@ -29,9 +29,9 @@
<body>
<div id="app">
<v-select placeholder="multiple" multiple :options="options"></v-select>
<v-select placeholder="multiple, taggable" multiple taggable :options="options" no-drop></v-select>
<v-select placeholder="multiple, push-tags, taggable" multiple push-tags taggable :options="[{label: 'Foo', value: 'foo'}]"></v-select>
<!-- <v-select placeholder="multiple, push-tags" multiple push-tags></v-select> -->
<v-select placeholder="multiple, taggable, push-tags" multiple push-tags taggable :options="[{label: 'Foo', value: 'foo'}]"></v-select>
</div>
</body>