mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2025-12-12 09:18:14 +08:00
fix(jsonViewer): type 变更
This commit is contained in:
6
src/vite-env.d.ts
vendored
6
src/vite-env.d.ts
vendored
@@ -7,7 +7,7 @@ declare module "*.vue" {
|
|||||||
}
|
}
|
||||||
|
|
||||||
declare module 'vue-json-viewer' {
|
declare module 'vue-json-viewer' {
|
||||||
import { Plugin } from 'vue';
|
import type { DefineComponent } from "vue";
|
||||||
const plugin: Plugin;
|
const component: DefineComponent<{}, {}, any>;
|
||||||
export default plugin;
|
export default component;
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user