🚑 修复 [#107]

This commit is contained in:
muwoo
2022-08-08 17:04:10 +08:00
parent b43c2c0091
commit 5b6995febe
3 changed files with 4 additions and 3 deletions

View File

@@ -63,7 +63,7 @@ const props: any = defineProps({
},
currentPlugin: {},
pluginLoading: Boolean,
clipboardFile: () => [],
clipboardFile: (() => [])(),
});
const changeValue = (e) => {