Skip to content

Commit 916d76a

Browse files
authored
Merge pull request sagalbot#198 from alsotang/patch-2
Update Examples.vue
2 parents fb53665 + f3e6e75 commit 916d76a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/components/Examples.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
<div class="radio">
4747
<label>
4848
<input type="radio" name="reactive-options" v-model="reactive" :value="['foo','bar','baz']">
49-
<v-code lang="markup">&#x3C;v-select options=&#x22;['foo','bar','baz']&#x22;&#x3E;&#x3C;/v-select&#x3E;</v-code>
49+
<v-code lang="markup">&#x3C;v-select :options=&#x22;['foo','bar','baz']&#x22;&#x3E;&#x3C;/v-select&#x3E;</v-code>
5050
</label>
5151
</div>
5252
</div>

0 commit comments

Comments
 (0)