add new component

This commit is contained in:
chuan_wuhao 2022-08-09 16:02:54 +08:00
parent 1d6a870ec8
commit 0bb806d1ac

View File

@ -28,7 +28,9 @@ const RayScrollReveal = defineComponent({
} }
const handleScrollRevealSync = async () => { const handleScrollRevealSync = async () => {
emit('scrollRevealSync', ScrollReveal().sync) const { sync } = ScrollReveal()
emit('scrollRevealSync', sync)
} }
onMounted(async () => { onMounted(async () => {