Questions tagged [extending]

No instructions have been provided for this tag just yet!

How can you replace the global event handler within a nested Vue component, and then access the original handler later on?

I am currently developing with Vue and using VueRouter, Vuex, and VueWebsocket in my application. The main component of the app is called App, which contains all other components. I have a websocket event that is globally set up like this: this.$options ...