How to listen to an event on a canvas shape with Vue and Konva?

With vue-konva you can easily listen to user input events (click, dblclick, mouseover, tap, dbltap, touchstart, etc…) and drag&drop events (dragstart, dragmove, dragend).

For the full list of events take a look into on() method documentation.

Enjoying Konva? Please consider to support the project.