Skip to content

Commit 26bf553

Browse files
authored
amend css-loader's url
1 parent 2903828 commit 26bf553

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/en/features/css-modules.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ You can have more than one `<style>` tags in a single `*.vue` component. To avoi
7676

7777
### Configuring `css-loader` Query
7878

79-
CSS Modules are processed via [css-loader](ttps://github.com/webpack/css-loader). With `<style module>`, the default query used for `css-loader` is:
79+
CSS Modules are processed via [css-loader](https://github.com/webpack/css-loader). With `<style module>`, the default query used for `css-loader` is:
8080

8181
``` js
8282
{

0 commit comments

Comments
 (0)