I believe the v=VueGraggable passing an object into the call so you will have to forward that object into your actions.
so it will be something like @end=(args)=>namedAction('dragEnd', args))
this basically gives VD a function to run when it needs to and the args that are passed in should show up under option.args. See the docs for what they are. Some of those witll be your element too.