From 8750244d8c778a68f424110255943fbe58bcba54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=A2=81=E7=81=8F?= 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 2b8029a7..a9284224 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);