Search code examples
vue.jsdragmovableondblclick

why dblclick does not work in my Vue js app


I have two movable elements in my page & I like to log something in the console when I double click on the first movable object. I call the dblclick event but it's not triggered.I like to know how I can solve this problem. My code is here


Solution

  • Sandbox Link with a working example GIF.

    Working Example