Event listener not working in Vue 2.7
See original GitHub issueConfirmation
- I can confirm this problem is not reproducible with ECharts itself.
How are you introducing Vue-ECharts into your project?
ES Module imports
Versions
echarts 5.3.3
vue 2.7.3
vue-echarts 6.2.2
Details
Should print log in console when hovering on chart, but nothing happens.
Reproduction
Issue Analytics
- State:
- Created a year ago
- Reactions:1
- Comments:5 (2 by maintainers)
Top Results From Across the Web
Event Handling - Vue.js
To address this problem, Vue provides event modifiers for v-on . Recall that modifiers are directive ... use capture mode when adding the...
Read more >Event listener not firing in Vue - javascript - Stack Overflow
I want to toggle an element's visibility on keypress in Vue. The problem is I see the event is attached to the element...
Read more >How To Create a Global Event Bus in Vue 2 - DigitalOcean
This code creates an event listener for clicked and logs a message to the console with the number of times the button has...
Read more >Listen for and debounce Window Resize Event in Vue.JS
Remove the event listener during the destroyed lifecycle hook to stop listening for 'resize'. Set the initial height/width when the component ...
Read more >Events and Event Listeners (Symfony Docs)
Defining Event Listeners with PHP Attributes ... If your methods are not called when an exception is thrown, double-check that you're loading services...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
v-on
should work now by upgrading tovue-echarts@6.2.3
.@youthug Please open a new issue with proper reproduction. Thank you!