router-view is not listening for events #12071
Closed
nnnayeem
started this conversation in
General Discussions
Replies: 3 comments
-
are you sure alert(2) is return a function? |
Beta Was this translation helpful? Give feedback.
0 replies
-
try this -
|
Beta Was this translation helpful? Give feedback.
0 replies
-
I achieved my goal my listening on the mounted like the following:
I could not make it work by listening on the dom |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
in master.vue
from the router.vue dispatching event like this
this.$emit('signalChatOpen')
. But it seems in the master.vue not receiving.In master.vue tried wraping router-view with div tag. did not work
Beta Was this translation helpful? Give feedback.
All reactions