breaking change: rename GoodsAction to ActionBar
This commit is contained in:
@@ -72,6 +72,12 @@ Vant 遵循 [Semver](https://semver.org/lang/zh-CN/) 语义化版本规范。
|
||||
- TreeSelect: `active-id.sync` 重命名为 `v-model:active-id`
|
||||
- TreeSelect: `main-active-index.sync` 重命名为 `v-model:main-active-index`
|
||||
|
||||
##### 组件命名调整
|
||||
|
||||
- GoodsAction:重命名为 `ActionBar`
|
||||
- GoodsActionIcon:重命名为 `ActionBarIcon`
|
||||
- GoodsActionButton:重命名为 `ActionBarButton`
|
||||
|
||||
##### API 命名调整
|
||||
|
||||
以下改动是为了规范 API 命名:
|
||||
@@ -82,7 +88,7 @@ Vant 遵循 [Semver](https://semver.org/lang/zh-CN/) 语义化版本规范。
|
||||
- TreeSelect: `navclick` 事件重命名为 `click-nav`
|
||||
- TreeSelect: `itemclick` 事件重命名为 `click-item`
|
||||
|
||||
##### 重命名徽标属性
|
||||
##### 徽标属性命名调整
|
||||
|
||||
在之前的版本中,我们通过 info 属性来展示图标右上角的徽标信息,为了更符合社区的命名习惯,我们将这个属性重命名为 badge,影响以下组件:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user