Fix type of assetsOptions in DownloadVideo.vue

This commit is contained in:
timongh 2023-02-09 18:06:03 +08:00
parent 1ca7edb29e
commit 495b52a095

View File

@ -165,7 +165,7 @@ export default defineComponent({
},
setup: () => ({
inputOptions: ref(null) as Ref<ComponentPublicInstance | null>,
assetsOptions: ref(null) as Ref<ComponentPublicInstance | null>,
assetsOptions: ref(null) as Ref<ComponentPublicInstance[] | null>,
outputOptions: ref(null) as Ref<ComponentPublicInstance | null>,
}),
data() {