Skip to content

Commit af62ecb

Browse files
ishanAhujakazupon
authored andcommitted
Lazy Loading Page - Tighten the first sentence (#1021)
1 parent 660ceec commit af62ecb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/en/advanced/lazy-loading.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Lazy Loading Routes
22

3-
When building apps with a bundler, the JavaScript bundle can become quite large and thus affecting page load time. It would be more efficient if we can split each route's components into a separate chunk, and only load them when the route is visited.
3+
When building apps with a bundler, the JavaScript bundle can become quite large, and thus affect the page load time. It would be more efficient if we can split each route's components into a separate chunk, and only load them when the route is visited.
44

55
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
66
lazy-load route components.

0 commit comments

Comments
 (0)