mirror of
https://github.com/youzan/vant.git
synced 2025-12-17 02:00:43 +08:00
[breaking change] Button: remove bottom-action prop
This commit is contained in:
@@ -2,11 +2,15 @@
|
||||
|
||||
### Actionsheet
|
||||
|
||||
- [x] 重命名为 ActionSheet
|
||||
- [x] 重命名为 ActionSheet
|
||||
|
||||
改动原因:规范命名
|
||||
|
||||
### Button
|
||||
|
||||
- [ ] 移除 bottom-action 属性
|
||||
- [x] 移除 bottom-action 属性
|
||||
|
||||
改动原因:冗余属性,可以被 square 和 size="large" 代替
|
||||
|
||||
### Field
|
||||
|
||||
|
||||
@@ -12,6 +12,7 @@ export default {
|
||||
'style-guide.zh-CN': () => import('../markdown/style-guide.zh-CN.md'),
|
||||
'theme.en-US': () => import('../markdown/theme.en-US.md'),
|
||||
'theme.zh-CN': () => import('../markdown/theme.zh-CN.md'),
|
||||
'v2-progress-tracking': () => import('../markdown/v2-progress-tracking.md'),
|
||||
'action-sheet.en-US': () => import('../../packages/action-sheet/en-US.md'),
|
||||
'action-sheet.zh-CN': () => import('../../packages/action-sheet/zh-CN.md'),
|
||||
'address-edit.en-US': () => import('../../packages/address-edit/en-US.md'),
|
||||
|
||||
Reference in New Issue
Block a user