vue路由跳转时出现 TypeError: Cannot read property '_c' of undefined

vue路由跳转时出现 TypeError: Cannot read property ‘_c’ of undefined
vue路由跳转时出现 TypeError: Cannot read property '_c' of undefined_第1张图片
启动项目并点击跳转路由,出现上边的错误,在网上找了蛮久,发现各种解答都有。经过多种尝试,发下代码写错了。网上各种改配置,都不适用,所以决定贴出来。

对应页面





路由

ElementUi表单测试
  {
      path: '/test',
      name: 'TestElement',
      components: TestElement
    },

乍一看都没有问题,仔细排查时才发现这里router对应文件中 components错误,这里应该是单个路由,所以应该是 component 而不是 components。

果觉着不错,可以关注我的公众号
lovejsandcss

你可能感兴趣的:(vue)