mirror of
https://github.com/the1812/Bilibili-Evolved.git
synced 2025-11-04 21:22:45 +08:00
Fix type of assetsOptions in DownloadVideo.vue
This commit is contained in:
parent
1ca7edb29e
commit
495b52a095
@ -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() {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user