From 78db14552c722589113e9ea16b52af12af2f28fb Mon Sep 17 00:00:00 2001 From: guokairui Date: Mon, 7 Nov 2022 17:25:00 +0800 Subject: [PATCH 1/2] update --- .vitepress/locales/zh.js | 2 +- src/zh/index.md | 26 +++++++++++++------------- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/.vitepress/locales/zh.js b/.vitepress/locales/zh.js index 321e1e2..b51ec7e 100644 --- a/.vitepress/locales/zh.js +++ b/.vitepress/locales/zh.js @@ -21,7 +21,7 @@ export default { items: [ { text: '概览', link: '/zh/' }, { text: '新的推荐', link: '/zh/recommendations' }, - { text: '迁移构建', link: '/zh/migration-build' }, + { text: '用于迁移的构建版本', link: '/zh/migration-build' }, { text: '非兼容性改变', link: '/zh/breaking-changes/' diff --git a/src/zh/index.md b/src/zh/index.md index 8381554..7493eb0 100644 --- a/src/zh/index.md +++ b/src/zh/index.md @@ -1,6 +1,6 @@ # Vue 3 迁移指南 -本指南主要针对有 Vue 2 经验的用户,他们希望了解 Vue 2 和 Vue 3 之间的变化。**在使用 Vue 3 之前,你不需要从头到尾阅读这篇文章**。学习 Vue 3 的推荐方法是阅读[新的文档](https://cn.vuejs.org)。 +本指南主要是为有 Vue 2 经验的、希望了解 Vue 3 的新功能和更改的用户而提供的。**在试用 Vue 3 之前,你不必完整阅读这些内容**。学习 Vue 3 的推荐方法是阅读[新的文档](https://cn.vuejs.org)。