We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfa0b9c commit 1447abfCopy full SHA for 1447abf
docs/en/advanced/lazy-loading.md
@@ -5,7 +5,7 @@ When building apps with a bundler, the JavaScript bundle can become quite large
5
Combining Vue's [async component feature](http://vuejs.org/guide/components.html#Async-Components) and Webpack's [code splitting feature](https://webpack.github.io/docs/code-splitting.html), it's trivially easy to
6
lazy-load route components.
7
8
-All we need to do is defining our route components as async components:
+All we need to do is define our route components as async components:
9
10
``` js
11
const Foo = resolve => {
0 commit comments