style: 全局代码格式化

Former-commit-id: bb50c8419b8fcdeb48c93fce9f399d901e8f5a52
This commit is contained in:
郝先瑞
2022-05-04 15:02:33 +08:00
parent e563bc340c
commit 11f02c0254
136 changed files with 11147 additions and 9780 deletions

12
src/components.d.ts vendored
View File

@@ -1,9 +1,9 @@
// 全局组件类型声明
import Pagination from "@/components/Pagination/index.vue";
import Pagination from '@/components/Pagination/index.vue';
declare module "@vue/runtime-core" {
export interface GlobalComponents {
Pagination: typeof Pagination;
}
declare module '@vue/runtime-core' {
export interface GlobalComponents {
Pagination: typeof Pagination;
}
}
export {}
export {};