报错
[Vue warn]: Error in nextTick: "TypeError: Cannot read property '__ob__' of undefined"
改错:
就是vue中的data(){}要写成函数类型。里面要写上return{ }
标签:__,nextTick,Vue,read,warn,Cannot From: https://www.cnblogs.com/effortandluck/p/17119275.html
报错
[Vue warn]: Error in nextTick: "TypeError: Cannot read property '__ob__' of undefined"
改错:
就是vue中的data(){}要写成函数类型。里面要写上return{ }
标签:__,nextTick,Vue,read,warn,Cannot From: https://www.cnblogs.com/effortandluck/p/17119275.html