2
0
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:
alsotang
2017-04-26 17:16:18 +08:00
committed by GitHub
parent 072bf4160d
commit b095dfd22f
+1 -1
View File
@@ -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>