breaking change(Button): adjust default native-type to button

This commit is contained in:
chenjiahan
2020-09-13 14:40:31 +08:00
parent 588e15f9b5
commit df8059eb01
5 changed files with 7 additions and 17 deletions

View File

@@ -170,6 +170,7 @@ Vue 3.0 中增加了 `Teleport` 组件,提供将组件渲染到任意 DOM 位
- 蓝色按钮对应的类型由 `info` 调整为 `primary`
- 绿色按钮对应的类型由 `primary` 调整为 `success`
- `native-type` 的默认值由 `submit` 调整为 `button`
#### Dialog