700字范文,内容丰富有趣,生活中的好帮手!
700字范文 > did you register the component correctly? For recursive components make sure to provide the name

did you register the component correctly? For recursive components make sure to provide the name

时间:2021-01-14 10:02:23

相关推荐

did you register the component correctly? For recursive components  make sure to provide the name

报错截图:

在写一个折叠组件动画,引入该组件时,报了个这样的警告,组件死活引入不到,什么原因呢?

import ball from '../components/ball'export default {component: {'run-ball': ball }},//使用<run-ball :newslist="newslist"></run-ball>

上面是我的代码,引入,注册,使用,没有问题啊!

经过仔细对比代码,发现我用的component,应该是components,怪自己不仔细了!

本内容不代表本网观点和政治立场,如有侵犯你的权益请联系我们处理。
网友评论
网友评论仅供其表达个人看法,并不表明网站立场。