From 0bb806d1ac3450f5ad46960698386b2672f048ed Mon Sep 17 00:00:00 2001 From: chuan_wuhao <443547225@qq.com> Date: Tue, 9 Aug 2022 16:02:54 +0800 Subject: [PATCH] add new component --- src/components/RayScrollReveal/index.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/components/RayScrollReveal/index.tsx b/src/components/RayScrollReveal/index.tsx index c925e5f6..026444da 100644 --- a/src/components/RayScrollReveal/index.tsx +++ b/src/components/RayScrollReveal/index.tsx @@ -28,7 +28,9 @@ const RayScrollReveal = defineComponent({ } const handleScrollRevealSync = async () => { - emit('scrollRevealSync', ScrollReveal().sync) + const { sync } = ScrollReveal() + + emit('scrollRevealSync', sync) } onMounted(async () => {