mirror of
https://github.com/tenrok/vue-select.git
synced 2026-06-22 10:30:34 +03:00
@@ -50,6 +50,12 @@ Slots can be used to change the look and feel of the UI, or to simply swap out t
|
|||||||
</slot>
|
</slot>
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### `no-options`
|
||||||
|
|
||||||
|
```html
|
||||||
|
<slot name="no-options">Sorry, no matching options.</slot>
|
||||||
|
```
|
||||||
|
|
||||||
## Dropdown
|
## Dropdown
|
||||||
|
|
||||||
### `option`
|
### `option`
|
||||||
|
|||||||
Reference in New Issue
Block a user