From a3336b381608c823cbfd5895686f076158767d8c Mon Sep 17 00:00:00 2001 From: Sergio Crisostomo Date: Thu, 19 Oct 2017 10:41:19 +0200 Subject: [PATCH] add missing event in callback --- src/components/scroll/scroll.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/scroll/scroll.vue b/src/components/scroll/scroll.vue index 65897b2e..039a8c8a 100644 --- a/src/components/scroll/scroll.vue +++ b/src/components/scroll/scroll.vue @@ -178,7 +178,7 @@ } }, - onWheel() { + onWheel(event) { if (this.isLoading) return; // get the wheel direction