[Vue warn]: Error in v-on handler: "TypeError: Cannot read property 'hasOwnProperty' of undefined"
就是一直报这个错误
是按照作者示例传的参数,但是感觉不完整
8***@qq.com
- 发布:2023-06-15 11:23
- 更新:2023-06-15 11:49
- 阅读:226
8***@qq.com (作者)
那应该怎么传呀
2023-06-15 13:25
8***@qq.com (作者)
step:{
name:'workbenchKey',
guideList: [
{
el: '.content1',
tips: '点击这里,步骤一',
style: "border-radius: 8rpx;margin: 0",
next:"下一步",
},{
el: '.content2',
tips: '点击这里,步骤二',
style: "border-radius: 8rpx;margin: 0",
},{
el: '.content3',
tips: '点击这里,步骤三!',
style: "border-radius: 8rpx;margin: 0",
next:"下一页",
},{
el: '.main-body .content4',
tips: '点击这里,步骤四',
style: "border-radius: 8rpx;margin: 0",
next:"我知道啦",
}]
},
我直接复制你示例上的,是不是有问题啊?
2023-06-15 13:27