fix: provide ref

This commit is contained in:
Michael Brevard 2024-03-24 19:46:43 +02:00 committed by GitHub
parent 84b0a71b8c
commit ae2bb27ac0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,4 +1,4 @@
import { defineComponent } from "vue"
import { defineComponent, ref } from "vue"
export default defineComponent({
emits: ['intersected'],
setup() {