mirror of
https://github.com/tenrok/vue-select.git
synced 2026-06-22 10:30:34 +03:00
docs: add loading property (#1475)
* Update props.md, add loading property * Update props.md
This commit is contained in:
@@ -354,6 +354,18 @@ label: {
|
|||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
## loading
|
||||||
|
|
||||||
|
Show spinner if the component is in a loading state.
|
||||||
|
|
||||||
|
```js
|
||||||
|
loading: {
|
||||||
|
type: Boolean,
|
||||||
|
default: false
|
||||||
|
},
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
## maxHeight
|
## maxHeight
|
||||||
|
|
||||||
::: warning Deprecated in `v2.x` & Removed in `v3.0`
|
::: warning Deprecated in `v2.x` & Removed in `v3.0`
|
||||||
|
|||||||
Reference in New Issue
Block a user