Skip to content

Commit 536606e

Browse files
committed
Added a default v-select to the dev page
- so I could test the behaviour of a searchable single select
1 parent 5271ed7 commit 536606e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dev.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131

3232
<body>
3333
<div id="app">
34+
<v-select placeholder="default" :options="options"></v-select>
3435
<v-select placeholder="multiple" multiple :options="options"></v-select>
3536
<v-select placeholder="multiple, taggable" multiple taggable :options="options" no-drop></v-select>
3637
<v-select placeholder="multiple, taggable, push-tags" multiple push-tags taggable :options="[{label: 'Foo', value: 'foo'}]"></v-select>

0 commit comments

Comments
 (0)