We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 072bf41 commit f3e6e75Copy full SHA for f3e6e75
docs/components/Examples.vue
@@ -46,7 +46,7 @@
46
<div class="radio">
47
<label>
48
<input type="radio" name="reactive-options" v-model="reactive" :value="['foo','bar','baz']">
49
- <v-code lang="markup"><v-select options="['foo','bar','baz']"></v-select></v-code>
+ <v-code lang="markup"><v-select :options="['foo','bar','baz']"></v-select></v-code>
50
</label>
51
</div>
52
0 commit comments