diff --git a/src/guide/migration/introduction.md b/src/guide/migration/introduction.md index 59d4ddad4..464a2ed78 100644 --- a/src/guide/migration/introduction.md +++ b/src/guide/migration/introduction.md @@ -4,10 +4,10 @@ 刚接触 Vue.js?先从[基础指南](/guide/introduction.html)开始吧。 ::: -本指南主要是为有 Vue 2 经验的用户希望了解 Vue 3 的新功能和更改而提供的。**在试用 Vue 3 之前,你不必从头阅读这些内容**。虽然看起来有很多变化,但很多你已经了解和喜欢 Vue 的部分仍是一样的。不过我们希望尽可能全面,并为每处变化提供详细的例子。 +本指南主要是为有 Vue 2 经验的、希望了解 Vue 3 的新功能和更改的用户而提供的。**在试用 Vue 3 之前,你不必完整阅读这些内容**。虽然看起来有很多变化,但很多你已经了解和喜欢 Vue 的部分仍是一样的。不过我们希望尽可能全面,并为每处变化提供详细的例子。 - [快速开始](#快速开始) -- [迁移构建版本](#迁移构建版本) +- [用于迁移的构建版本](#用于迁移的构建版本) - [值得注意的新特性](#值得注意的新特性) - [非兼容的变更](#非兼容的变更) - [支持的库](#官方支持的库) @@ -29,7 +29,7 @@ - 通过脚手架 [Vite](https://github.com/vitejs/vite): ```bash - npm init vite hello-vue3 -- --template vue # OR yarn create vite hello-vue3 --template vue + npm init vite hello-vue3 -- --template vue # 或 yarn create vite hello-vue3 --template vue ``` - 通过脚手架 [vue-cli](https://cli.vuejs.org/): @@ -40,9 +40,9 @@ # 选择 vue 3 preset ``` -## 迁移构建版本 +## 用于迁移的构建版本 -如果你有基于 Vue 2 的项目或者库,它要升级到 Vue 3,我们提供了与 Vue 2 兼容 API 的 Vue 3 构建版本,查看[迁移构建版本](./migration-build.html)获取完整的细节。 +如果你有基于 Vue 2 的项目或者库,它要升级到 Vue 3,我们提供了与 Vue 2 兼容 API 的 Vue 3 构建版本,查看[用于迁移的构建版本](./migration-build.html)获取完整的细节。 ## 值得注意的新特性 diff --git a/src/guide/migration/migration-build.md b/src/guide/migration/migration-build.md index eb66c73cc..4d9a3333f 100644 --- a/src/guide/migration/migration-build.md +++ b/src/guide/migration/migration-build.md @@ -1,4 +1,4 @@ -# 迁移构建版本 +# 用于迁移的构建版本 ## 概述