[autofix.ci] apply automated fixes

This commit is contained in:
autofix-ci[bot] 2024-03-24 21:17:18 +00:00 committed by GitHub
parent d94436b9c4
commit 85b4d6932b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,5 +1,5 @@
import { defineComponent, onMounted, onUnmounted, ref } from 'vue'
import type { Ref } from "vue"
import type { Ref } from 'vue'
export default defineComponent({
emits: ['intersect'],