Skip to content
This repository was archived by the owner on Aug 8, 2022. It is now read-only.

Commit fff3785

Browse files
authored
docs: 部分“迁移构建版本”改为“用于迁移的构建版本” (#674)
1 parent 47bd525 commit fff3785

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

src/guide/migration/introduction.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
刚接触 Vue.js?先从[基础指南](/guide/introduction.html)开始吧。
55
:::
66

7-
本指南主要是为有 Vue 2 经验的用户希望了解 Vue 3 的新功能和更改而提供的**在试用 Vue 3 之前,你不必从头阅读这些内容**。虽然看起来有很多变化,但很多你已经了解和喜欢 Vue 的部分仍是一样的。不过我们希望尽可能全面,并为每处变化提供详细的例子。
7+
本指南主要是为有 Vue 2 经验的、希望了解 Vue 3 的新功能和更改的用户而提供的**在试用 Vue 3 之前,你不必完整阅读这些内容**。虽然看起来有很多变化,但很多你已经了解和喜欢 Vue 的部分仍是一样的。不过我们希望尽可能全面,并为每处变化提供详细的例子。
88

99
- [快速开始](#快速开始)
10-
- [迁移构建版本](#迁移构建版本)
10+
- [用于迁移的构建版本](#用于迁移的构建版本)
1111
- [值得注意的新特性](#值得注意的新特性)
1212
- [非兼容的变更](#非兼容的变更)
1313
- [支持的库](#官方支持的库)
@@ -29,7 +29,7 @@
2929
- 通过脚手架 [Vite](https://github.com/vitejs/vite)
3030

3131
```bash
32-
npm init vite hello-vue3 -- --template vue # OR yarn create vite hello-vue3 --template vue
32+
npm init vite hello-vue3 -- --template vue # yarn create vite hello-vue3 --template vue
3333
```
3434

3535
- 通过脚手架 [vue-cli](https://cli.vuejs.org/)
@@ -40,9 +40,9 @@
4040
# 选择 vue 3 preset
4141
```
4242

43-
## 迁移构建版本
43+
## 用于迁移的构建版本
4444

45-
如果你有基于 Vue 2 的项目或者库,它要升级到 Vue 3,我们提供了与 Vue 2 兼容 API 的 Vue 3 构建版本,查看[迁移构建版本](./migration-build.html)获取完整的细节。
45+
如果你有基于 Vue 2 的项目或者库,它要升级到 Vue 3,我们提供了与 Vue 2 兼容 API 的 Vue 3 构建版本,查看[用于迁移的构建版本](./migration-build.html)获取完整的细节。
4646

4747
## 值得注意的新特性
4848

src/guide/migration/migration-build.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 迁移构建版本
1+
# 用于迁移的构建版本
22

33
## 概述
44

0 commit comments

Comments
 (0)