vue中一直时不时提示这个错误不知道是哪里的原因百度也找不到具体的原因更新 2020年10月16日参考: https://ask.dcloud.net.cn/que...vue-devtools 重新安装一下
解决思路:1.使用 console.log(event) 打印看看 event 会输出什么,确定是不是自己想要的事件;2.使用 console.log(event.data) 打印看看 event.data 是什么结构,是不是跟自己预期期望的结构不一致。
解决思路:
1.使用 console.log(event) 打印看看 event 会输出什么,确定是不是自己想要的事件;
2.使用 console.log(event.data) 打印看看 event.data 是什么结构,是不是跟自己预期期望的结构不一致。