Commit 964423de authored by Joiey Seeley's avatar Joiey Seeley Committed by Evan You

docs: small typo correction (#1300)

parent 2e1c4090
...@@ -8,7 +8,7 @@ Follow this guide if the built-in configuration of Vue CLI does not suit your ne ...@@ -8,7 +8,7 @@ Follow this guide if the built-in configuration of Vue CLI does not suit your ne
## Manual Configuration ## Manual Configuration
Vue Loader's configuration is a bit different form other loaders. In addition to a rule that applies `vue-loader` to any files with extension `.vue`, make sure to add Vue Loader's plugin to your webpack config: Vue Loader's configuration is a bit different from other loaders. In addition to a rule that applies `vue-loader` to any files with extension `.vue`, make sure to add Vue Loader's plugin to your webpack config:
``` js ``` js
// webpack.config.js // webpack.config.js
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment