mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2025-12-13 09:28:14 +08:00
🎨 代码格式化
This commit is contained in:
6
src/vite-env.d.ts
vendored
6
src/vite-env.d.ts
vendored
@@ -20,9 +20,9 @@ declare module "*.vue" {
|
||||
declare module "vue-json-viewer" {
|
||||
import type { DefineComponent } from "vue";
|
||||
const component: DefineComponent<{
|
||||
value: any
|
||||
copyable: boolean
|
||||
boxed: boolean
|
||||
value: any;
|
||||
copyable: boolean;
|
||||
boxed: boolean;
|
||||
}>;
|
||||
export default component;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user