在vue2.x中出现Cannot read property '__ob__' of undefined

今天发现的问题,在路由跳转过程中出现这个,路由后的页面也没有成功渲染,但是刷新后,页面又正常了,经过排除,最后确定是页面中的data 没有return,导致的。

data() {
return {};
}
百度已收录
分享