From b6aa068b5eff1260808fc5401e44f2d5a8287fef Mon Sep 17 00:00:00 2001 From: phphe Date: Tue, 29 Sep 2020 12:17:21 +0800 Subject: [PATCH] feat(draggable plugin): add event after-move --- package.json | 2 +- src/examples/InScrollBox.vue | 23 ++++++++++++++++++++--- src/plugins/draggable/Draggable.vue | 11 +++++++++-- src/plugins/draggable/draggable.js | 10 ++++++++++ types/index.d.ts | 6 +++++- 5 files changed, 45 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 996f870..0aca766 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ }, "dependencies": { "@babel/runtime": "^7.7.7", - "draggable-helper": "^5.0.3", + "draggable-helper": "^5.0.4", "helper-js": "^2.0.1", "vue-functions": "^2.0.6", "vue-runtime-helpers": "^1.1.2" diff --git a/src/examples/InScrollBox.vue b/src/examples/InScrollBox.vue index 853390b..e824f73 100644 --- a/src/examples/InScrollBox.vue +++ b/src/examples/InScrollBox.vue @@ -2,8 +2,8 @@