From 439137046210cf17596f62632fd3ccb17238a83d Mon Sep 17 00:00:00 2001 From: SunnyQjm Date: Wed, 10 Jul 2019 20:13:19 +0800 Subject: [PATCH] =?UTF-8?q?fix(components-qa):=20=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E5=BF=AB=E5=BA=94=E7=94=A8ScrollView=E7=BB=84=E4=BB=B6?= =?UTF-8?q?=E4=BA=8B=E4=BB=B6=E5=88=86=E5=8F=91=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/taro-components-qa/src/components/scroll-view/index.ux | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/taro-components-qa/src/components/scroll-view/index.ux b/packages/taro-components-qa/src/components/scroll-view/index.ux index 782a6c364042..881448b78831 100644 --- a/packages/taro-components-qa/src/components/scroll-view/index.ux +++ b/packages/taro-components-qa/src/components/scroll-view/index.ux @@ -55,7 +55,7 @@ }, onScrollToUpper () { - this.$emit('scrollToLower', e) + this.$emit('scrollToUpper', e) }, handleClick (e) {