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

docs: 部分“迁移构建版本”改为“用于迁移的构建版本” #674

Merged
merged 3 commits into from
Aug 23, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions src/guide/migration/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
刚接触 Vue.js?先从[基础指南](/guide/introduction.html)开始吧。
:::

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

- [快速开始](#快速开始)
- [迁移构建版本](#迁移构建版本)
- [用于迁移的构建版本](#用于迁移的构建版本)
- [值得注意的新特性](#值得注意的新特性)
- [非兼容的变更](#非兼容的变更)
- [支持的库](#官方支持的库)
Expand All @@ -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/):
Expand All @@ -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)获取完整的细节。

## 值得注意的新特性

Expand Down
2 changes: 1 addition & 1 deletion src/guide/migration/migration-build.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 迁移构建版本
# 用于迁移的构建版本

## 概述

Expand Down