2
0
mirror of https://github.com/tenrok/vue-select.git synced 2026-06-22 10:30:34 +03:00

Match tags :)

This commit is contained in:
rubjo
2018-02-01 13:12:48 +01:00
committed by GitHub
parent e0680bce86
commit 5d64b52c9f
+2 -2
View File
@@ -34,10 +34,10 @@ All of the text within the component has been wrapped within [slots](https://vue
*Implementation:* *Implementation:*
```html ```html
<v-select> <v-select>
<span slot="no-options">No Options Here!</div> <div slot="no-options">No Options Here!</div>
</v-select> </v-select>
``` ```
For a full list of component slots, view the [slots API docs](Api/Slots.md). For a full list of component slots, view the [slots API docs](Api/Slots.md).
[](codepen://sagalbot/oZmLVN?height=250) [](codepen://sagalbot/oZmLVN?height=250)