mirror of
https://github.com/XiaoDaiGua-Ray/ray-template.git
synced 2025-04-06 03:57:49 +08:00
add new component
This commit is contained in:
parent
1d6a870ec8
commit
0bb806d1ac
@ -28,7 +28,9 @@ const RayScrollReveal = defineComponent({
|
||||
}
|
||||
|
||||
const handleScrollRevealSync = async () => {
|
||||
emit('scrollRevealSync', ScrollReveal().sync)
|
||||
const { sync } = ScrollReveal()
|
||||
|
||||
emit('scrollRevealSync', sync)
|
||||
}
|
||||
|
||||
onMounted(async () => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user