We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2745c20 + 12babff commit 635d159Copy full SHA for 635d159
docs/zh-cn/advanced/lazy-loading.md
@@ -2,7 +2,7 @@
2
3
当打包构建应用时,Javascript 包会变得非常大,影响页面加载。如果我们能把不同路由对应的组件分割成不同的代码块,然后当路由被访问的时候才加载对应组件,这样就更加高效了。
4
5
-结合 Vue 的 [异步组件](http://vuejs.org/guide/components.html#Async-Components) 和 Webpack 的 [code splitting feature](https://webpack.js.org/guides/code-splitting-require/), 轻松实现路由组件的懒加载。
+结合 Vue 的 [异步组件](http://vuejs.org/guide/components.html#Async-Components) 和 Webpack 的 [code splitting feature](https://doc.webpack-china.org//guides/code-splitting-async/#require-ensure-/), 轻松实现路由组件的懒加载。
6
7
我们要做的就是把路由对应的组件定义成异步组件:
8
0 commit comments