Can I use custom event with vue component? #1505
Answered
by
NewByVector
like-a-monkey
asked this question in
Q&A
Replies: 2 comments
-
A way to get around, it is to use |
Beta Was this translation helpful? Give feedback.
0 replies
-
graph.on('custom_event', cb)
graph.trigger('custom_event', data) |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
NewByVector
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
like --
emit('custom_event')
graph.on('custom_event')
Beta Was this translation helpful? Give feedback.
All reactions