🎨 代码格式化

This commit is contained in:
BTMuli
2023-06-25 16:15:15 +08:00
parent 7982649bbc
commit 7567bba147
174 changed files with 29970 additions and 29840 deletions

6
src/vite-env.d.ts vendored
View File

@@ -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;
}