style(prettier): 添加 prettier 格式化代码

This commit is contained in:
BTMuli
2023-03-05 15:03:50 +08:00
parent b07bcabd0e
commit 9df4dfdbad
13 changed files with 1355 additions and 1321 deletions

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

@@ -1,7 +1,7 @@
/// <reference types="vite/client" />
declare module "*.vue" {
import type { DefineComponent } from "vue";
const component: DefineComponent<{}, {}, any>;
export default component;
import type { DefineComponent } from "vue";
const component: DefineComponent<{}, {}, any>;
export default component;
}