Skip to content

Commit d243331

Browse files
phananchrisvfritz
authored andcommitted
Use vue-loader doc for component-scoped CSS link (#1167)
1 parent cb0ce5c commit d243331

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/v2/guide/single-file-components.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Now we get:
2525

2626
- [Complete syntax highlighting](https://github.com/vuejs/awesome-vue#source-code-editing)
2727
- [CommonJS modules](https://webpack.js.org/concepts/modules/#what-is-a-webpack-module)
28-
- [Component-scoped CSS](https://github.com/vuejs/vue-loader/blob/master/docs/en/features/scoped-css.md)
28+
- [Component-scoped CSS](https://vue-loader.vuejs.org/en/features/scoped-css.html)
2929

3030
As promised, we can also use preprocessors such as Pug, Babel (with ES2015 modules), and Stylus for cleaner and more feature-rich components.
3131

0 commit comments

Comments
 (0)