We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
vue2工程升级到2.7后原v-charts页面会报错,如下图所示
打印this时也发现没有_watchers属性,只有_watcher
希望尽快修复该错误,应该是比较简单的
The text was updated successfully, but these errors were encountered:
same error
Sorry, something went wrong.
@topmaxz @fyzhu @cuimaomao0123 修复看这里 #935 (comment)
提供一个不修改源码的思路
在App入口文件, Vue对象实例化之前, 加入
Vue._watchers = Vue.prototype._watchers = []
多个Vue对象同理
No branches or pull requests
Summary 简述
vue2工程升级到2.7后原v-charts页面会报错,如下图所示
打印this时也发现没有_watchers属性,只有_watcher
Expect 期望结果
希望尽快修复该错误,应该是比较简单的
Reproduce 重现示例
The text was updated successfully, but these errors were encountered: