vue-world-map
vue-world-map copied to clipboard
[Question] Hover event
Hello, Is there any hover event? For example, i'd like to show the country name and its value when the user hover the mouse cursor on it
I have created a pull request for the exact same feature.
Just listen for the mouseenter
and mouseleave
events where you use the vueWorldMap
component
Let me know if it helps