Skip to content

Commit 234c3b0

Browse files
committed
[docs][zh] small tweaks
1 parent 8c4daf7 commit 234c3b0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/zh/guide/linting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 校验
1+
# 校验 (Linting)
22

33
官方的 [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue) 同时支持在 Vue 单文件组件的模板和脚本部分的校验。
44

docs/zh/migrating.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ CSS Modules 现在需要通过 `css-loader` 选项显式地配置。`<style>`
202202
}
203203
```
204204

205-
## 服务端渲染的外置
205+
## 服务端渲染的依赖排除
206206

207207
在服务端渲染中,我们通常使用 `webpack-node-externals` 来从服务端构建中排除 npm 依赖。如果你需要从一个 npm 依赖导入 CSS,之前的方案是使用像这样的一个白名单:
208208

0 commit comments

Comments
 (0)