Skip to content

Commit e0a2a92

Browse files
authored
fix: support to supports in css.md (vuejs#282)
1 parent ff3612c commit e0a2a92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guide/css.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ More importantly, `vue-style-loader`, the loader used internally by `vue-loader`
1616

1717
- Common CSS Extraction.
1818

19-
This setup support using [`extract-text-webpack-plugin`](https://github.com/webpack-contrib/extract-text-webpack-plugin) to extract the CSS in the main chunk into a separate CSS file (auto injected with `template`), which allows the file to be individually cached. This is recommended when there is a lot of shared CSS.
19+
This setup supports using [`extract-text-webpack-plugin`](https://github.com/webpack-contrib/extract-text-webpack-plugin) to extract the CSS in the main chunk into a separate CSS file (auto injected with `template`), which allows the file to be individually cached. This is recommended when there is a lot of shared CSS.
2020

2121
CSS inside async components will remain inlined as JavaScript strings and handled by `vue-style-loader`.
2222

0 commit comments

Comments
 (0)