mirror of
https://github.com/rubickCenter/rubick
synced 2025-06-09 04:16:23 +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: {
|
options: {
|
||||||
type: Array,
|
type: Array,
|
||||||
default: () => [],
|
default: (() => [])(),
|
||||||
},
|
},
|
||||||
currentSelect: {
|
currentSelect: {
|
||||||
type: Number,
|
type: Number,
|
||||||
default: 0,
|
default: 0,
|
||||||
},
|
},
|
||||||
currentPlugin: {},
|
currentPlugin: {},
|
||||||
clipboardFile: () => [],
|
clipboardFile: (() => [])(),
|
||||||
});
|
});
|
||||||
|
|
||||||
const renderTitle = (title) => {
|
const renderTitle = (title) => {
|
||||||
|
@ -63,7 +63,7 @@ const props: any = defineProps({
|
|||||||
},
|
},
|
||||||
currentPlugin: {},
|
currentPlugin: {},
|
||||||
pluginLoading: Boolean,
|
pluginLoading: Boolean,
|
||||||
clipboardFile: () => [],
|
clipboardFile: (() => [])(),
|
||||||
});
|
});
|
||||||
|
|
||||||
const changeValue = (e) => {
|
const changeValue = (e) => {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user