Skip to content
This repository was archived by the owner on Oct 4, 2023. It is now read-only.

Commit 98a4a01

Browse files
Merge pull request #680 from serverLua/patch-2
Change vue-loader doc link to Chinese doc
2 parents ef1bc4f + d8f783e commit 98a4a01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/cn/using_pre-processors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ npm install --save-dev sass-loader node-sass
3838

3939
相同的原理适用于任何其他预处理器。那么,也许你的 JS 需要 coffeescript?只需安装 [coffeescript-loader](https://github.com/webpack/coffee-loader),并将属性 `lang=“coffeescript”` 应用到你的 `<script>` 标签上。
4040

41-
要获得该功能更高级的使用情况,请转到 [vue-loader 的文档](http://vue-loader.vuejs.org/en/configurations/pre-processors.html) 了解更多信息。
41+
要获得该功能更高级的使用情况,请转到 [vue-loader 的文档](https://vue-loader.vuejs.org/zh/guide/pre-processors.html) 了解更多信息。
4242

4343
## Sass/SCSS 全局变量的使用
4444

0 commit comments

Comments
 (0)