Merge commit 'cbbf9f8f' into next

pull/5079/head
tangjinzhou 2021-12-21 16:31:32 +08:00
commit 1c9cfd19e6
4 changed files with 4 additions and 4 deletions

View File

@ -221,7 +221,7 @@ Github[https://github.com/surely-vue/table]
- `DatePicker` `TimePicker` `Calendar`
- By default, a more lightweight dayjs is used to replace momentjs. If your project is too large and uses a lot of momentjs methods, you can refer to the document [Custom Time Library](/docs/vue/replace-date-cn), Replace with momentjs.
- UI interaction adjustment, its antd 4.x interaction specification
- UI interaction adjustment, align with antd 4.x interaction specifications
- `Form` The main goal of this update is to improve performance. If you don't have custom form controls, you can almost ignore this part

View File

@ -221,7 +221,7 @@ Github[https://github.com/surely-vue/table]
- `DatePicker` `TimePicker` `Calendar`
- 默认使用更加轻量级的 dayjs 替换 momentjs如果你的项目过大使用了大量的 momentjs 的方法,你可以参考文档[自定义时间库](/docs/vue/replace-date-cn),替换成 momentjs。
- UI 交互调整,对 antd 4.x 交互规范
- UI 交互调整,对 antd 4.x 交互规范
- `Form` 这次更新主要目标是提升性能,如果你没有自定义表单控件,几乎可以忽略该部分

View File

@ -59,7 +59,7 @@ Major updates after the 3.0 version refactoring include `Tree` `TreeSelect` `Dat
- `DatePicker` `TimePicker` `Calendar`
- By default, a more lightweight dayjs is used to replace momentjs. If your project is too large and uses a lot of momentjs methods, you can refer to the document [Custom Time Library](/docs/vue/replace-date-cn), Replace with momentjs.
- UI interaction adjustment, its antd 4.x interaction specification
- UI interaction adjustment, align with antd 4.x interaction specifications
- `Form` The main goal of this update is to improve performance. If you don't have custom form controls, you can almost ignore this part

View File

@ -60,7 +60,7 @@
- `DatePicker` `TimePicker` `Calendar`
- 默认使用更加轻量级的 dayjs 替换 momentjs如果你的项目过大使用了大量的 momentjs 的方法,你可以参考文档[自定义时间库](/docs/vue/replace-date-cn),替换成 momentjs。
- UI 交互调整,对 antd 4.x 交互规范
- UI 交互调整,对 antd 4.x 交互规范
- `Form` 这次更新主要目标是提升性能,如果你没有自定义表单控件,几乎可以忽略该部分