add thumbnail

This commit is contained in:
jxxghp
2024-06-18 13:05:25 +08:00
parent b0a043b464
commit 865d597fe8
4 changed files with 38 additions and 23 deletions
+4 -1
View File
@@ -15,7 +15,10 @@ const props = defineProps({
fileidstack: Array as PropType<string[]>,
tree: Boolean,
endpoints: Object as PropType<EndPoints>,
axios: Object as PropType<Axios>,
axios: {
type: Object as PropType<Axios>,
required: true,
},
axiosconfig: Object,
})