django-vue-mpa
django-vue-mpa copied to clipboard
Vue Chrome Devtools Missing Events
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!