@2890594972
2018-02-28T06:25:57.000000Z
字数 148
阅读 798
vue
1、组件懒加载:router路由配置懒加载
2、动态组件+组件缓存
第一:组件懒加载
const Foo = () => import('./Foo.vue')
https://router.vuejs.org/en/advanced/lazy-loading.html
第二:动态组件+组件缓存