Skip to content

Commit 1e6a337

Browse files
authored
[fix] Typo in the docs
1 parent e7d134b commit 1e6a337

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/partials/examples/_examples.pug

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
- `:hide-selected="true"` – already selected options will not be displayed in the dropdown
4141
- `:clear-on-select="false"` – the search query stays the same after selecting an option
4242
#### New in v2.0.0 stable:
43-
- You can now pass `<template slot="tag scope="props"><Your code></template>` to use a different markup for selected options (tags)
43+
- You can now pass `<template slot="tag" scope="props"><Your code></template>` to use a different markup for selected options (tags)
4444
+example('MultiSelect')
4545
+subsection('Asynchronous select')
4646
:markdown-it

0 commit comments

Comments
 (0)