当前位置:   article > 正文

Vue 报错: Property or method “handleOpen“ is not defined on the instance but referenced ..._property or method "handleopen" is not defined on

property or method "handleopen" is not defined on the instance but reference

报错如图所示:

Property or method “xxx” is not defined on the instance but referenced during render. Make sure that this property is reactive, either in the data option, or for class-based components, by initializing the property.
属性或方法“xxx”不是在实例上定义的,而是在呈现期间引用的。通过初始化该属性,确保该属性是反应性的,无论是在data选项中,还是在基于类的组件中。

在这里插入图片描述

根据关键词全局搜索发现:

某属性或者某方法没有定义,查看data或者methods或者prop

在这里插入图片描述
解决:

export default {
 data(){
  return{
    xxx:""
  },
 methods:{
    xxx(){}
 }
 },
}
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10

在这里插入图片描述

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/我家小花儿/article/detail/315807
推荐阅读
相关标签
  

闽ICP备14008679号