From a6f8582d1c0a80dfccd9d094bd54e98d0f181695 Mon Sep 17 00:00:00 2001 From: An Phan Date: Sun, 1 Oct 2017 23:37:58 +0100 Subject: [PATCH] Use vue-loader doc for component-scoped CSS link --- src/v2/guide/single-file-components.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/v2/guide/single-file-components.md b/src/v2/guide/single-file-components.md index 571c908239..cdcf50bc3d 100644 --- a/src/v2/guide/single-file-components.md +++ b/src/v2/guide/single-file-components.md @@ -25,7 +25,7 @@ Now we get: - [Complete syntax highlighting](https://github.com/vuejs/awesome-vue#source-code-editing) - [CommonJS modules](https://webpack.js.org/concepts/modules/#what-is-a-webpack-module) -- [Component-scoped CSS](https://github.com/vuejs/vue-loader/blob/master/docs/en/features/scoped-css.md) +- [Component-scoped CSS](https://vue-loader.vuejs.org/en/features/scoped-css.html) As promised, we can also use preprocessors such as Pug, Babel (with ES2015 modules), and Stylus for cleaner and more feature-rich components.