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

今天写 uniapp 的时候遇到这个问题, 直接翻译的话可以知道他是 method 或者 property 找不到,我去找相对应的函数的时候, 发现他报错是可以继续跑的。

这样的话一般来说不会是自己设定的 方法 有错,就可以去找 data 里 return 的东西,发现是我写动画的时候把 uniapp 其中一个自己定义的动画给注释了。

取消即可。

解决方法:注意一下 报错事物的具体名字:‘xxxxxx’, 然后去 data return 里面找一下,一般来说能跑动程序,但是他一直报错的话,较大可能是 ‘xxxxx’ 没有在return 里面写明,但是他通过你的函数里面的 this.xxxxxx 生成了该项。

Logo

前往低代码交流专区

更多推荐