vue-draggable-resizable icon indicating copy to clipboard operation
vue-draggable-resizable copied to clipboard

added emits for updates of x,y,w,h

Open eelcobrolman opened this issue 8 years ago • 2 comments

This way, the .sync (https://vuejs.org/v2/guide/components.html#sync-Modifier) works for the :x.sync :y.sync :w.sync :h.sync bindings

eelcobrolman avatar Aug 31 '17 19:08 eelcobrolman

Didn't write any tests for this, don't know how to tackle those within the framework (except for checking that the update:x events are emitted).

eelcobrolman avatar Aug 31 '17 19:08 eelcobrolman

Thanks! I'm going to merge it as soon as #14 is closed.

mauricius avatar Sep 11 '17 19:09 mauricius