breaking change(Stepper): rename async-change to before-change

This commit is contained in:
chenjiahan
2020-12-09 17:12:58 +08:00
parent c277603160
commit e026d2d83f
6 changed files with 67 additions and 57 deletions

View File

@@ -201,6 +201,10 @@ Vue 3.0 中增加了 `Teleport` 组件,提供将组件渲染到任意 DOM 位
- `trigger` 属性的默认值调整为 `click`
#### Stepper
- `async-change` 属性重命名为 `before-change`,并调整使用方法
#### SwipeCell
- `open` 事件的 `detail` 参数重命名为 `name`