This commit is contained in:
Chenlei Hu
2025-05-16 17:05:30 -04:00
parent 0b8d98e1e7
commit bd37da7161

View File

@@ -55,7 +55,7 @@ import ResultVideo from './ResultVideo.vue'
const galleryVisible = ref(false)
const emit = defineEmits<{
(e: 'update:activeIndex', value: number): void
'update:activeIndex': [number]
}>()
const props = defineProps<{