Record with path “/“ is either missing a “component(s)“ or “children“ property.

这个问题在于,组件的引入方式。

如果你是这么引入

在这里插入图片描述

然后这么使用的:

Record with path “/“ is either missing a “component(s)“ or “children“ property._第1张图片

那么解决这个报错的方法很简单,不要使用上面那种引入方式,而需要使用图二注释掉的,通过箭头函数引入的方式。


这个问题不知道是怎么触发的,因为我有时候用第一种引入方式完全没有问题,而有些情况就会触发如标题报错。

有没有大佬知道原理,求评论传授。

你可能感兴趣的:(VUE的踩坑日志,笔记,javascript,vue.js,router)