Skip to content

Commit b095dfd

Browse files
authored
Update ReactiveOptions.md
typo
1 parent 072bf41 commit b095dfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/md/ReactiveOptions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ When the list of options provided by the parent changes, vue-select will react a
1212
<div class="radio">
1313
<label>
1414
<input type="radio" name="reactive-options" v-model="reactive" :value="['foo','bar','baz']">
15-
`<v-select options="['foo','bar','baz']"></v-select>`
15+
`<v-select :options="['foo','bar','baz']"></v-select>`
1616
</label>
1717
</div>
1818

0 commit comments

Comments
 (0)