Skip to content

Commit 1c9cfd1

Browse files
committed
Merge commit 'cbbf9f8f' into next
2 parents 72f8277 + cbbf9f8 commit 1c9cfd1

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

CHANGELOG.en-US.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ Github:[https://github.com/surely-vue/table]
221221
- `DatePicker` `TimePicker` `Calendar`
222222

223223
- 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.
224-
- UI interaction adjustment, its antd 4.x interaction specification
224+
- UI interaction adjustment, align with antd 4.x interaction specifications
225225

226226
- `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
227227

CHANGELOG.zh-CN.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ Github:[https://github.com/surely-vue/table]
221221
- `DatePicker` `TimePicker` `Calendar`
222222

223223
- 默认使用更加轻量级的 dayjs 替换 momentjs,如果你的项目过大,使用了大量的 momentjs 的方法,你可以参考文档[自定义时间库](/docs/vue/replace-date-cn),替换成 momentjs。
224-
- UI 交互调整,对其 antd 4.x 交互规范
224+
- UI 交互调整,对齐 antd 4.x 交互规范
225225

226226
- `Form` 这次更新主要目标是提升性能,如果你没有自定义表单控件,几乎可以忽略该部分
227227

site/src/vueDocs/migration-v3.en-US.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Major updates after the 3.0 version refactoring include `Tree` `TreeSelect` `Dat
5959
- `DatePicker` `TimePicker` `Calendar`
6060

6161
- 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.
62-
- UI interaction adjustment, its antd 4.x interaction specification
62+
- UI interaction adjustment, align with antd 4.x interaction specifications
6363

6464
- `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
6565

site/src/vueDocs/migration-v3.zh-CN.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
- `DatePicker` `TimePicker` `Calendar`
6161

6262
- 默认使用更加轻量级的 dayjs 替换 momentjs,如果你的项目过大,使用了大量的 momentjs 的方法,你可以参考文档[自定义时间库](/docs/vue/replace-date-cn),替换成 momentjs。
63-
- UI 交互调整,对其 antd 4.x 交互规范
63+
- UI 交互调整,对齐 antd 4.x 交互规范
6464

6565
- `Form` 这次更新主要目标是提升性能,如果你没有自定义表单控件,几乎可以忽略该部分
6666

0 commit comments

Comments
 (0)