[breaking change] Steps: remove some prop

This commit is contained in:
陈嘉涵
2019-04-29 17:01:08 +08:00
parent e417ad0e8b
commit d3c8eb86e2
4 changed files with 8 additions and 62 deletions
+7 -5
View File
@@ -31,11 +31,13 @@
### Step
- [ ] 移除 icon 属性
- [ ] 移除 title 属性
- [ ] 移除 iconClass 属性
- [ ] 移除 description 属性
- [ ] 移除 message-extra 插槽
- [x] 移除 icon 属性
- [x] 移除 title 属性
- [x] 移除 iconClass 属性
- [x] 移除 description 属性
- [x] 移除 message-extra 插槽
改动原因:步骤条顶部内容的通用性较低,不适合在组件内实现
### Badge