mirror of
https://github.com/tenrok/vue-select.git
synced 2026-06-16 09:10:33 +03:00
Update ReactiveOptions.md
typo
This commit is contained in:
@@ -12,7 +12,7 @@ When the list of options provided by the parent changes, vue-select will react a
|
|||||||
<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-select options="['foo','bar','baz']"></v-select>`
|
`<v-select :options="['foo','bar','baz']"></v-select>`
|
||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user