TypeError: event.stopPropagation is not a function
at Vue._onDumpConsole (/Applications/CocosCreator/Creator/2.4.0/CocosCreator.app/Contents/Resources/app.asar/editor/lib/windows/static/script/launch.js:336:27)
at Vue._onDumpConsole (app://node_modules/vue/dist/vue.js:220:54)
at Vue.eval (eval at makeGetterFn (app://node_modules/vue/dist/vue.js:3041:12),
15)
at HTMLSpanElement.handler (app://node_modules/vue/dist/vue.js:8603:10)
Who can help me?
看起来像是你装了什么插件导致的?有完整点的报错信息吗?这个是第一个报错吗?
没装什么插件,只有这个报错,点运行就会报
也踩到这个坑,发现传过来的event值,不是eventTouch对象导致的。
例:在一个有cc.Button组件的节点上,还监听了node.on(),就会出现这样的情况。这时候event是cc.Button