mirror of
https://github.com/tenrok/vue-select.git
synced 2026-06-22 10:30:34 +03:00
Update Examples.vue
typo
This commit is contained in:
@@ -46,7 +46,7 @@
|
|||||||
<div class="radio">
|
<div class="radio">
|
||||||
<label>
|
<label>
|
||||||
<input type="radio" name="reactive-options" v-model="reactive" :value="['foo','bar','baz']">
|
<input type="radio" name="reactive-options" v-model="reactive" :value="['foo','bar','baz']">
|
||||||
<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>
|
||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user