From 51791f5d0d67397d565052b8594b24fc973dc4fb Mon Sep 17 00:00:00 2001 From: mehaotian <490272692@qq.com> Date: Wed, 16 Aug 2023 16:23:32 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E4=BC=98=E5=8C=96=E8=87=AA=E5=AE=9A?= =?UTF-8?q?=E4=B9=89=E4=B8=8B=E6=8B=89=E5=88=B7=E6=96=B0=E7=A4=BA=E4=BE=8B?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../custom-refresher/custom-refresher.uvue | 26 ++++++++++++++----- 1 file changed, 19 insertions(+), 7 deletions(-) diff --git a/pages/template/custom-refresher/custom-refresher.uvue b/pages/template/custom-refresher/custom-refresher.uvue index cc7115af..366a01aa 100644 --- a/pages/template/custom-refresher/custom-refresher.uvue +++ b/pages/template/custom-refresher/custom-refresher.uvue @@ -6,8 +6,8 @@ @refresherrefresh="onRefresherrefresh" :refresher-threshold="refresherThreshold" > - - item-{{i}} + + item-{{i}} @@ -62,9 +62,21 @@ \ No newline at end of file -- GitLab