mirror of
https://github.com/Kuingsmile/PicList.git
synced 2026-05-30 20:50:52 +08:00
⬆️ Upgrade: ts & electron version
This commit is contained in:
@@ -78,7 +78,7 @@
|
||||
<el-form-item
|
||||
label="快捷上传"
|
||||
>
|
||||
<el-input
|
||||
<el-input
|
||||
class="align-center"
|
||||
@keydown.native.prevent="keyDetect($event)"
|
||||
v-model="shortKey"
|
||||
|
||||
9
src/universal/types/shims-module.d.ts
vendored
Normal file
9
src/universal/types/shims-module.d.ts
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
declare module '*.vue' {
|
||||
import Vue from 'vue'
|
||||
export default Vue
|
||||
}
|
||||
// third-party
|
||||
declare module 'fix-path' {
|
||||
function fixPath(): void
|
||||
export default fixPath
|
||||
}
|
||||
4
src/universal/types/shims-vue.d.ts
vendored
4
src/universal/types/shims-vue.d.ts
vendored
@@ -1,4 +0,0 @@
|
||||
declare module '*.vue' {
|
||||
import Vue from 'vue'
|
||||
export default Vue
|
||||
}
|
||||
6
src/universal/types/types.d.ts
vendored
6
src/universal/types/types.d.ts
vendored
@@ -88,12 +88,6 @@ declare enum PasteStyle {
|
||||
// global value
|
||||
declare var __static: string
|
||||
|
||||
// third-party
|
||||
declare module 'fix-path' {
|
||||
function fixPath(): void
|
||||
export default fixPath
|
||||
}
|
||||
|
||||
// PicGo Types
|
||||
declare enum PicGoHelperType {
|
||||
afterUploadPlugins = 'afterUploadPlugins',
|
||||
|
||||
Reference in New Issue
Block a user