更新 FileList.vue、FileNavigator.vue 和 FileToolbar.vue 中 axios 属性的类型定义为 Function

This commit is contained in:
jxxghp
2025-06-30 19:39:02 +08:00
parent 60ea884fe2
commit 18cf1ea3d7
3 changed files with 195 additions and 189 deletions

View File

@@ -27,7 +27,7 @@ const props = defineProps({
},
endpoints: Object,
axios: {
type: Object as PropType<any>,
type: Function,
required: true,
},
})