django-vue-mpa icon indicating copy to clipboard operation
django-vue-mpa copied to clipboard

Vue Chrome Devtools Missing Events

Open ianfitzpatrick opened this issue 4 years ago • 0 comments

First off, thanks for this project, employing this approach in my existing project has been a huge productivity boon.

My issue with with Chrome Vue Devtools not showing events. I'm able to inspect and modify component state in the component tab just fine, but when in the case of the events tab, I never see fired events. The events are firing for sure as this is an existing code base that realizes heavily on them, and it's still working.

Sorry to ask this with out a repro, but my code base is closed and rather large. Wondering if you have any idea why this might be happening and if it works for you out of the box? If it does, I'll see about setting up a repro from scratch.

I'm not using Vuex or Router in my project, so can't compare of those tabs are working.

Any ideas appreciated!

ianfitzpatrick avatar Sep 27 '20 17:09 ianfitzpatrick