style: 全局代码格式化
Former-commit-id: bb50c8419b8fcdeb48c93fce9f399d901e8f5a52
This commit is contained in:
12
src/components.d.ts
vendored
12
src/components.d.ts
vendored
@@ -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 {};
|
||||
|
||||
Reference in New Issue
Block a user