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`