mirror of
https://github.com/tenrok/vue-select.git
synced 2026-05-17 02:29:37 +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
|
||||
|
||||
::: warning Deprecated in `v2.x` & Removed in `v3.0`
|
||||
|
||||
Reference in New Issue
Block a user