Skip to content

Commit 3b6e316

Browse files
authored
Fix typo in getting started example
tag <multiselect> has no matching end tag, which results in compile error.
1 parent ce6fcd5 commit 3b6e316

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/partials/_getting-started.pug

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
&lt;template>
2727
&lt;div>
2828
&lt;multiselect v-model="value" :options="options">
29+
&lt;/multiselect>
2930
&lt;/div>
3031
&lt;/template>
3132

0 commit comments

Comments
 (0)