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

获取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.

Next