2
0
mirror of https://github.com/tenrok/vue-select.git synced 2026-05-17 02:29:37 +03:00

Add no-options slot to docs (#1063)

Closes #1058
This commit is contained in:
preterer
2020-02-15 20:23:35 +01:00
committed by GitHub
parent b7c0d539c4
commit 02ea82116c
+6
View File
@@ -50,6 +50,12 @@ Slots can be used to change the look and feel of the UI, or to simply swap out t
</slot>
```
### `no-options`
```html
<slot name="no-options">Sorry, no matching options.</slot>
```
## Dropdown
### `option`