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' {
|
||||
import { Plugin } from 'vue';
|
||||
const plugin: Plugin;
|
||||
export default plugin;
|
||||
import type { DefineComponent } from "vue";
|
||||
const component: DefineComponent<{}, {}, any>;
|
||||
export default component;
|
||||
}
|
||||
Reference in New Issue
Block a user