8***@qq.com
8***@qq.com
  • 发布:2023-06-15 11:23
  • 更新:2023-06-15 11:49
  • 阅读:128

#插件讨论# 【 新手引导提示 - r***@foxmail.com 】报错

分类:uni-app
关联插件: 新手引导提示

[Vue warn]: Error in v-on handler: "TypeError: Cannot read property 'hasOwnProperty' of undefined"
就是一直报这个错误
是按照作者示例传的参数,但是感觉不完整

2023-06-15 11:23 负责人:无 分享
已邀请:
raingad

raingad

应该是参数传错了。

  • 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

要回复问题请先登录注册