为了账号安全,请及时绑定邮箱和手机立即绑定

Property or method "changMoney" is not defined on the instance but referenced during render. Make sure to declare reactive data properties in the data option. 为什么changMoney会报错

 Property or method "changMoney" is not defined on the instance but referenced during render. Make sure to declare reactive data properties in the data option. 为什么changMoney会报错

http://img1.sycdn.imooc.com//594b2a450001239415070124.jpg

正在回答

3 回答

菜鸟一枚,遇到这个问题的原因是,在Home页面需要通过v-for渲染的元素,把js的方法写到了Index页面,哪个页面渲染就应该把js写在相应页面。

1 回复 有任何疑惑可以回复我~

我的changeMoney不起作用,,,

0 回复 有任何疑惑可以回复我~

Property or method "changMoney" is not defined on the instance  。。。没定义,或者没有被实例化。先看看有没有定义该属性,如果定义了,使用新的 mounted 钩子函数替代。应该注意的是,使用 mounted 并不能保证钩子函数中的 this.$el 在 document 中。为此还应该引入 Vue.nextTick。

0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消
使用vue2.0实现购物车和地址选配功能
  • 参与学习       96864    人
  • 解答问题       446    个

本视频教程结合案例完整贯穿各个知识点,轻松玩转vue2.0框架

进入课程

Property or method "changMoney" is not defined on the instance but referenced during render. Make sure to declare reactive data properties in the data option. 为什么changMoney会报错

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信