mirror of
https://github.com/rubickCenter/rubick
synced 2025-12-24 11:31:44 +08:00
🚑 修复 [#107]
This commit is contained in:
@@ -63,7 +63,7 @@ const props: any = defineProps({
|
||||
},
|
||||
currentPlugin: {},
|
||||
pluginLoading: Boolean,
|
||||
clipboardFile: () => [],
|
||||
clipboardFile: (() => [])(),
|
||||
});
|
||||
|
||||
const changeValue = (e) => {
|
||||
|
||||
Reference in New Issue
Block a user