mirror of
https://github.com/XiaoDaiGua-Ray/ray-template.git
synced 2025-04-05 19:42:07 +08:00
add new component
This commit is contained in:
parent
1d6a870ec8
commit
0bb806d1ac
@ -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 () => {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user