vue|Ant Design Pro Vue 填坑记


Ant Design Pro Vue 填坑记

  • Issus
【vue|Ant Design Pro Vue 填坑记】
Issus
  1. We’re sorry but blog doesn’t work properly without JavaScript enable
    Fixed issue
    了很多问答,其实问题并不是出在router文件夹的index.js文件中的mode
    其实是在于你的组件并没有正确的引入进来。
    文件路径 src\router\generator-routers.js中的export const generator = (routerMap, parent) 方法
    component: (constantRouterComponents[item.component || item.key]) || (() => import(@/views/${cc})),
    需要debug这些问题
    看看到底导入了没有。
未完待续

    推荐阅读