We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c4daf7 commit 234c3b0Copy full SHA for 234c3b0
docs/zh/guide/linting.md
@@ -1,4 +1,4 @@
1
-# 校验
+# 校验 (Linting)
2
3
官方的 [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue) 同时支持在 Vue 单文件组件的模板和脚本部分的校验。
4
docs/zh/migrating.md
@@ -202,7 +202,7 @@ CSS Modules 现在需要通过 `css-loader` 选项显式地配置。`<style>`
202
}
203
```
204
205
-## 服务端渲染的外置
+## 服务端渲染的依赖排除
206
207
在服务端渲染中,我们通常使用 `webpack-node-externals` 来从服务端构建中排除 npm 依赖。如果你需要从一个 npm 依赖导入 CSS,之前的方案是使用像这样的一个白名单:
208
0 commit comments