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 () => {