From b01e651e3ca43a2164efe9693af84bc6e013c933 Mon Sep 17 00:00:00 2001 From: liuxiaomeiDcloud Date: Tue, 25 Jan 2022 09:14:16 +0000 Subject: [PATCH] =?UTF-8?q?update=20docs/component/button.md.=20=E8=A1=A5?= =?UTF-8?q?=E5=85=85loading=E5=B1=9E=E6=80=A7=E5=85=BC=E5=AE=B9=E5=B9=B3?= =?UTF-8?q?=E5=8F=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/component/button.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/component/button.md b/docs/component/button.md index baabbedfa..7ed2c380a 100644 --- a/docs/component/button.md +++ b/docs/component/button.md @@ -10,7 +10,7 @@ |type|String|default|按钮的样式类型||| |plain|Boolean|false|按钮是否镂空,背景色透明||| |disabled|Boolean|false|是否禁用||| -|loading|Boolean|false|名称前是否带 loading 图标||App-nvue 平台,在 ios 上为雪花,Android上为圆圈| +|loading|Boolean|false|名称前是否带 loading 图标||H5、App(App-nvue 平台,在 ios 上为雪花,Android上为圆圈)| |form-type|String||用于 ``
`` 组件,点击分别会触发 ```` 组件的 submit/reset 事件||| |open-type|String||开放能力||| |hover-class|String|button-hover|指定按钮按下去的样式类。当 hover-class="none" 时,没有点击态效果||App-nvue 平台暂不支持| -- GitLab