Skip to content

Commit

Permalink
docs: edit typo (#1340)
Browse files Browse the repository at this point in the history
  • Loading branch information
spind0g committed Mar 14, 2022
1 parent 1d89463 commit 76f42f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/advanced/lazy-loading.md
Expand Up @@ -5,7 +5,7 @@
title="Learn about lazy loading routes"
/>

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 chunks, and only load them when the route is visited.
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 separate chunks, and only load them when the route is visited.

Vue Router supports [dynamic imports](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/import#Dynamic_Imports) out of the box, meaning you can replace static imports with dynamic ones:

Expand Down

0 comments on commit 76f42f9

Please sign in to comment.