docs: modify typos in migration v3 (#5057)
parent
89435951ae
commit
cbbf9f8f51
|
@ -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
|
||||
|
||||
|
|
|
@ -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` 这次更新主要目标是提升性能,如果你没有自定义表单控件,几乎可以忽略该部分
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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` 这次更新主要目标是提升性能,如果你没有自定义表单控件,几乎可以忽略该部分
|
||||
|
||||
|
|
Loading…
Reference in New Issue