From 8750244d8c778a68f424110255943fbe58bcba54 Mon Sep 17 00:00:00 2001 From: 梁灏 Date: Tue, 26 Jun 2018 20:55:25 +0800 Subject: [PATCH] update Modal --- src/components/modal/modal.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/modal/modal.vue b/src/components/modal/modal.vue index 2b8029a..a928422 100644 --- a/src/components/modal/modal.vue +++ b/src/components/modal/modal.vue @@ -292,7 +292,7 @@ this.dragData.dragX = distance.x; this.dragData.dragY = distance.y; }, - handleMoveEnd (event) { + handleMoveEnd () { this.dragData.dragging = false; off(window, 'mousemove', this.handleMoveMove); off(window, 'mouseup', this.handleMoveEnd); -- libgit2 0.21.4