File tree Expand file tree Collapse file tree 4 files changed +17
-5
lines changed Expand file tree Collapse file tree 4 files changed +17
-5
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ export default {
11
11
prev : '上一页' ,
12
12
next : '下一页' ,
13
13
} ,
14
+ outlineTitle : '本页目录' ,
14
15
nav : [
15
16
{ text : 'Vue 3 文档' , link : 'https://cn.vuejs.org' } ,
16
17
] ,
@@ -22,7 +23,7 @@ export default {
22
23
{ text : '新的推荐' , link : '/zh/recommendations' } ,
23
24
{ text : '迁移构建' , link : '/zh/migration-build' } ,
24
25
{
25
- text : '破坏性改变 ' ,
26
+ text : '非兼容性改变 ' ,
26
27
link : '/zh/breaking-changes/'
27
28
}
28
29
]
Original file line number Diff line number Diff line change 1
- # 破坏性改变
1
+ # 非兼容性改变
2
+
3
+ 此页面列出了 Vue 2 对 Vue 3 的所有非兼容性改变。
4
+
5
+ 虽然 Vue 看起来已经发生了很多变化,但您所了解和喜爱的 Vue 的很多东西仍然没有变;但我们希望尽可能完整的为每个记录的更改提供详细的解释和示例。
6
+
7
+ <!-- TODO -->
Original file line number Diff line number Diff line change 1
1
# Vue 3 迁移指南
2
2
3
- 本指南主要针对有Vue 2经验的用户,他们希望了解Vue 2和Vue 3之间的变化。 ** 在使用Vue 3之前,你不需要从头到尾阅读这篇文章。** 学习Vue 3的推荐方法是阅读[ 新的文档] ( https://cn.vuejs.org ) 。
3
+ 本指南主要针对有 Vue 2经验的用户,他们希望了解 Vue 2和 Vue 3之间的变化。 ** 在使用 Vue 3之前,你不需要从头到尾阅读这篇文章。** 学习 Vue 3的推荐方法是阅读[ 新的文档] ( https://cn.vuejs.org ) 。
4
+
5
+ <!-- TODO -->
Original file line number Diff line number Diff line change 1
1
# 新的框架级别推荐
2
2
3
- Vue 3的支持库进行了重大更新 。以下是新的默认建议的摘要:
3
+ Vue 3 的支持库进行了重大更新 。以下是新的默认建议的摘要:
4
4
5
5
- 新版本的 Router, Devtools & test utils 来支持 Vue 3
6
6
- 构建工具: Vue CLI -> [ Vite] ( https://vitejs.dev/ )
7
7
- 状态管理: Vuex -> [ Pinia] ( https://pinia.vuejs.org/ )
8
8
- IDE 插件支持: Vetur -> [ Volar] ( https://marketplace.visualstudio.com/items?itemName=johnsoncodehk.volar )
9
9
- 新的 TypeScript 命令行工具: [ vue-tsc] ( https://github.com/johnsoncodehk/volar/tree/master/packages/vue-tsc )
10
10
- 静态网站生成: VuePress -> [ VitePress] ( https://vitepress.vuejs.org/ )
11
- - JSX: ` @vue/babel-preset-jsx ` -> [ ` @vue/babel-plugin-jsx ` ] ( https://github.com/vuejs/jsx-next )
11
+ - JSX: ` @vue/babel-preset-jsx ` -> [ ` @vue/babel-plugin-jsx ` ] ( https://github.com/vuejs/jsx-next )
12
+
13
+
14
+ <!-- TODO -->
You can’t perform that action at this time.
0 commit comments