前端模板说明
报错及解决
v-charts 报错
v-charts 报错 Cannot read properties of undefined (reading 'map')
这是 v-charts 官方未解决的bug
解决: 在main.js
中实例化Vue之前加入代码Vue._watchers = Vue.prototype._watchers = []
本博客所有文章除特别声明外,均采用 CC BY-NC-SA 4.0 许可协议。转载请注明来源 KewenBlogs!
评论
v-charts 报错 Cannot read properties of undefined (reading 'map')
这是 v-charts 官方未解决的bug
解决: 在main.js
中实例化Vue之前加入代码Vue._watchers = Vue.prototype._watchers = []