2
0
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:
Fariborz Emami
2021-10-17 20:39:50 +03:30
committed by GitHub
parent 72e491142b
commit 14ea58b9e5
+12
View File
@@ -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`