vue-draggable-resizable
                                
                                 vue-draggable-resizable copied to clipboard
                                
                                    vue-draggable-resizable copied to clipboard
                            
                            
                            
                        added emits for updates of x,y,w,h
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
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).
Thanks! I'm going to merge it as soon as #14 is closed.