From 4eef43242508a010312d6503cc59c5aa0017479b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=81=8F=E5=8F=B3?= Date: Thu, 29 Oct 2015 23:17:25 +0800 Subject: [PATCH] Update index.md --- components/button/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/button/index.md b/components/button/index.md index 8c56ba45f7..380a648be5 100644 --- a/components/button/index.md +++ b/components/button/index.md @@ -13,7 +13,7 @@ 标记了一个(或封装一组)操作命令,响应用户点击行为,触发相应的业务逻辑。 -## 如何使用 +## API - 通过设置 Button 的属性来产生不同的按钮样式,推荐顺序为:`type` -> `shape` -> `size` -> `loading` -> `disabled`