[breaking change] Button: remove bottom-action prop

This commit is contained in:
陈嘉涵
2019-04-29 14:31:13 +08:00
parent b8424f8de9
commit 0392db1817
9 changed files with 58 additions and 35 deletions
+6 -2
View File
@@ -2,11 +2,15 @@
### Actionsheet
- [x] 重命名为 ActionSheet
- [x] 重命名为 ActionSheet
改动原因:规范命名
### Button
- [ ] 移除 bottom-action 属性
- [x] 移除 bottom-action 属性
改动原因:冗余属性,可以被 square 和 size="large" 代替
### Field