Skip to content

Commit

Permalink
fix broken link in lazy.md (vuejs#509)
Browse files Browse the repository at this point in the history
  • Loading branch information
c-cho authored and chrisvfritz committed May 27, 2016
1 parent 5e720df commit 431806c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/en/lazy.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Lazy Loading Routes

When you are using bundlers like Webpack or Browserify, it's trivially easy to lazy-load a route component using Vue.js' built-in [async component functionality](http://vuejs.org/guide/components.html#Async_Components). Instead of directly defining your route component, you define it as a function that will asynchronously resolve the actual component definition:
When you are using bundlers like Webpack or Browserify, it's trivially easy to lazy-load a route component using Vue.js' built-in [async component functionality](http://vuejs.org/guide/components.html#Async-Components). Instead of directly defining your route component, you define it as a function that will asynchronously resolve the actual component definition:

``` js
router.map({
Expand Down

0 comments on commit 431806c

Please sign in to comment.