From 8530e1dbfa38ae16485d7082571bcf8ed5361fa6 Mon Sep 17 00:00:00 2001 From: Eelco Brolman Date: Thu, 31 Aug 2017 21:33:16 +0200 Subject: [PATCH] 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 --- src/App.vue | 5 ++++- src/components/vue-draggable-resizable.vue | 12 ++++++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/src/App.vue b/src/App.vue index 1cef39eb..60e994fc 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,7 +1,7 @@