一次尴尬的vue-router的bug. Invalid route component at extractComponentsGuards

2022/1/16 23:34:55

本文主要是介绍一次尴尬的vue-router的bug. Invalid route component at extractComponentsGuards,对大家解决编程问题具有一定的参考价值,需要的程序猿们随着小编来一起学习吧!

记一次bug

Error: Invalid route component at extractComponentsGuards

 

报错如上

搜报错找到的解决和我的情况不同

或许可以帮到一些人吧

 

原因是router/index.js中路由映射组件处

 

  {
    path: '/',
    name: 'Welcome',
    // components: Welcome
    component: Welcome
  }

是component而不是components

被自动补全坑了

 



这篇关于一次尴尬的vue-router的bug. Invalid route component at extractComponentsGuards的文章就介绍到这儿,希望我们推荐的文章对大家有所帮助,也希望大家多多支持为之网!


扫一扫关注最新编程教程