File tree 1 file changed +4
-4
lines changed
docs/zh/migrating-from-v3
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ yarn global add @vue/cli
20
20
vue upgrade
21
21
```
22
22
23
- 之后参看各章节为具体的重大更新 。
23
+ 之后细节请参看各章节的重大更新 。
24
24
25
25
------
26
26
@@ -92,7 +92,7 @@ vue upgrade
92
92
<p >Welcome to <b >Vue.js</b > <i >world</i >. Have fun!</p >
93
93
```
94
94
95
- 注意 tag中 ** inline** 样式的的空位会保留 。
95
+ 注意 tag中 ** inline** 样式的空格会保留 。
96
96
97
97
#### ` vue-cli-service build --mode development `
98
98
@@ -159,7 +159,7 @@ module.exports = {
159
159
160
160
- [ The ` pug-plain ` rule 改名为 ` pug-plain-loader ` ] ( https://github.com/vuejs/vue-cli/pull/4230 )
161
161
162
- #### Underlying Loaders / Plugins
162
+ #### 基础 Loaders / Plugins
163
163
164
164
不会影响用户除非你使用 ` chainWebpack ` / ` configureWebpack ` 自定义了配置
165
165
@@ -209,7 +209,7 @@ Babel 插件需要一个 peer dependency,用来帮助执行转译后的代码
209
209
210
210
#### The Prettier Preset
211
211
212
- 我们之前的 prettier preset 实现是有缺陷的 。我们已经在 Vue CLI 3.10中更新了预置模板。
212
+ 我们之前实现的 prettier preset 是有缺陷的 。我们已经在 Vue CLI 3.10中更新了预置模板。
213
213
214
214
它现在需要 ` eslint ` ,` eslint-plugin-prettier ` 和 ` prettier ` 作为 peer dependencies,已符合[ ESLint 生态系统中的标准实践] ( https://github.com/eslint/eslint/issues/3458 ) 。
215
215
You can’t perform that action at this time.
0 commit comments