mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-25 23:22:02 +00:00
types: client-io-component.ts
This commit is contained in:
parent
932d143688
commit
cb221ed579
@ -3,7 +3,7 @@ import { defineComponent, onMounted, onUnmounted, ref } from 'vue'
|
||||
export default defineComponent({
|
||||
setup (props, { emit }) {
|
||||
const intersectionTarget = ref(null)
|
||||
let observer = null
|
||||
let observer: IntersectionObserver | null = null
|
||||
|
||||
const intersectionCallback = (entries) => {
|
||||
entries.forEach((entry) => {
|
||||
|
Loading…
Reference in New Issue
Block a user