Skip to content

Commit 546b27d

Browse files
authored
Merge pull request sagalbot#444 from rubjo/patch-1
Match tags :)
2 parents e0680bc + 5d64b52 commit 546b27d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/gitbook/Basics/Localization.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@ All of the text within the component has been wrapped within [slots](https://vue
3434
*Implementation:*
3535
```html
3636
<v-select>
37-
<span slot="no-options">No Options Here!</div>
37+
<div slot="no-options">No Options Here!</div>
3838
</v-select>
3939
```
4040

4141
For a full list of component slots, view the [slots API docs](Api/Slots.md).
4242

43-
[](codepen://sagalbot/oZmLVN?height=250)
43+
[](codepen://sagalbot/oZmLVN?height=250)

0 commit comments

Comments
 (0)