mirror of
https://github.com/rubickCenter/rubick
synced 2025-06-08 03:24:12 +08:00
🚑 修复 [#107]
This commit is contained in:
parent
b43c2c0091
commit
5b6995febe
1
.npmrc
Normal file
1
.npmrc
Normal file
@ -0,0 +1 @@
|
||||
electron_mirror=https://npm.taobao.org/mirrors/electron/
|
@ -39,14 +39,14 @@ const props = defineProps({
|
||||
},
|
||||
options: {
|
||||
type: Array,
|
||||
default: () => [],
|
||||
default: (() => [])(),
|
||||
},
|
||||
currentSelect: {
|
||||
type: Number,
|
||||
default: 0,
|
||||
},
|
||||
currentPlugin: {},
|
||||
clipboardFile: () => [],
|
||||
clipboardFile: (() => [])(),
|
||||
});
|
||||
|
||||
const renderTitle = (title) => {
|
||||
|
@ -63,7 +63,7 @@ const props: any = defineProps({
|
||||
},
|
||||
currentPlugin: {},
|
||||
pluginLoading: Boolean,
|
||||
clipboardFile: () => [],
|
||||
clipboardFile: (() => [])(),
|
||||
});
|
||||
|
||||
const changeValue = (e) => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user