Skip to content

Commit 75bf626

Browse files
committed
UPDATED: wording details
1 parent 898cd3c commit 75bf626

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/zh/migrating-from-v3/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ yarn global add @vue/cli
2020
vue upgrade
2121
```
2222

23-
之后参看各章节为具体的重大更新
23+
之后细节请参看各章节的重大更新
2424

2525
------
2626

@@ -92,7 +92,7 @@ vue upgrade
9292
<p>Welcome to <b>Vue.js</b> <i>world</i>. Have fun!</p>
9393
```
9494

95-
注意 tag中 **inline** 样式的的空位会保留
95+
注意 tag中 **inline** 样式的空格会保留
9696

9797
#### `vue-cli-service build --mode development`
9898

@@ -159,7 +159,7 @@ module.exports = {
159159

160160
- [The `pug-plain` rule 改名为 `pug-plain-loader`](https://github.com/vuejs/vue-cli/pull/4230)
161161

162-
#### Underlying Loaders / Plugins
162+
#### 基础 Loaders / Plugins
163163

164164
不会影响用户除非你使用 `chainWebpack` / `configureWebpack` 自定义了配置
165165

@@ -209,7 +209,7 @@ Babel 插件需要一个 peer dependency,用来帮助执行转译后的代码
209209

210210
#### The Prettier Preset
211211

212-
我们之前的 prettier preset 实现是有缺陷的。我们已经在 Vue CLI 3.10中更新了预置模板。
212+
我们之前实现的 prettier preset 是有缺陷的。我们已经在 Vue CLI 3.10中更新了预置模板。
213213

214214
它现在需要 `eslint``eslint-plugin-prettier``prettier` 作为 peer dependencies,已符合[ESLint 生态系统中的标准实践](https://github.com/eslint/eslint/issues/3458)
215215

0 commit comments

Comments
 (0)