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..72881dd 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)。