已定义,但提示 Property or method is not defined

分明已经定义了变量name,但依然提示:

[Vue warn]: Property or method "name" 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.

原因:data中定义的其他变量,有的出错,导致其他的成员没被识别

  data: function() {
    return {
      name:'', 
 
      table1: new listtable( 
        this.parent.id,  //此处出错, 原因this.parent此时为null
      ),
 }

或者因为一些前面的 v-model="xxx" 

但是xxx没有在data中定义

  • 4
    点赞
  • 5
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值