We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e0680bc + 5d64b52 commit 546b27dCopy full SHA for 546b27d
docs/gitbook/Basics/Localization.md
@@ -34,10 +34,10 @@ All of the text within the component has been wrapped within [slots](https://vue
34
*Implementation:*
35
```html
36
<v-select>
37
- <span slot="no-options">No Options Here!</div>
+ <div slot="no-options">No Options Here!</div>
38
</v-select>
39
```
40
41
For a full list of component slots, view the [slots API docs](Api/Slots.md).
42
43
-[](codepen://sagalbot/oZmLVN?height=250)
+[](codepen://sagalbot/oZmLVN?height=250)
0 commit comments