在用浏览器调试时,发现如下错误:
Invalid value for option "components": expected an Object, but got Array.
出现这个错误,查看一下组件的编写是否有误,components应该是一个对象而不是一个数组
错误示例:
components:[
GoodsTemplate
]
正确示例:
components:{
GoodsTemplate
}
在用浏览器调试时,发现如下错误:
Invalid value for option "components": expected an Object, but got Array.
出现这个错误,查看一下组件的编写是否有误,components应该是一个对象而不是一个数组
错误示例:
components:[
GoodsTemplate
]
正确示例:
components:{
GoodsTemplate
}
本文标题:【Vue】报错:Invalid value for option
本文链接:https://www.haomeiwen.com/subject/xggxqhtx.html
网友评论