🚑 修复 [#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

1
.npmrc Normal file
View File

@ -0,0 +1 @@
electron_mirror=https://npm.taobao.org/mirrors/electron/

View File

@ -39,14 +39,14 @@ const props = defineProps({
},
options: {
type: Array,
default: () => [],
default: (() => [])(),
},
currentSelect: {
type: Number,
default: 0,
},
currentPlugin: {},
clipboardFile: () => [],
clipboardFile: (() => [])(),
});
const renderTitle = (title) => {

View File

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