From 14ea58b9e564f885f48e28e28f81637f4f1ec5b5 Mon Sep 17 00:00:00 2001 From: Fariborz Emami Date: Sun, 17 Oct 2021 20:39:50 +0330 Subject: [PATCH] docs: add loading property (#1475) * Update props.md, add loading property * Update props.md --- docs/api/props.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/api/props.md b/docs/api/props.md index 6802204..6baa5a2 100644 --- a/docs/api/props.md +++ b/docs/api/props.md @@ -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`