mirror of
https://github.com/tenrok/vue-select.git
synced 2026-05-17 02:29:37 +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">
|
||||
<label>
|
||||
<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>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user