Skip to content
This repository has been archived by the owner on Apr 20, 2022. It is now read-only.

Events don't show up in Vue debugger #17

Open
dvatp opened this issue Nov 26, 2017 · 1 comment
Open

Events don't show up in Vue debugger #17

dvatp opened this issue Nov 26, 2017 · 1 comment

Comments

@dvatp
Copy link

dvatp commented Nov 26, 2017

I had to take a break from my project for few months. I'm back at it now and recently accepted an upgrade to Vue from 2.3.4. to 2.5.7.

Since that time I've noticed a few things, one of which is relevant to vue-events. I can't seem to see the events generated through vue-events in the Vue debugging extension for Chrome anymore (on the Events tab). Not sure why. I have verified that the events ARE being emitted and received by various components, so vue-events appears to be working -- it's just that there is no way to see the events or their payloads in the debugger anymore.

Not sure this is a problem with vue-events, but I'm curious if anyone else working with vue-events and Vue 2.5.7 or later can see events generated by vue-events in the debugger.

@cklmercer
Copy link
Owner

Interesting.. I haven't run into this myself, but it could have to do with the way the "event bus" is scoped. It's not actually loaded/referenced as a component anywhere in your component tree. I'm slammed at the moment, but I'll do some research and dig into this when I get a break.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants