vue路由的懒加载

const shopSafe = r => require.ensure([], () => r(require('../page/shop/children/children/shopSafe')), 'shopSafe') export default [{ path: '/', component: App, //顶层路由,对应index.html children:
相关文章
相关标签/搜索