refactor: eslint代码检查优化
Former-commit-id: 4c11b5d0cdd10f28148cf3d9b593f85e082cdc51
This commit is contained in:
9
src/components.d.ts
vendored
Normal file
9
src/components.d.ts
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
// 全局组件类型声明
|
||||
import Pagination from "@/components/Pagination/index.vue";
|
||||
|
||||
declare module "@vue/runtime-core" {
|
||||
export interface GlobalComponents {
|
||||
Pagination: typeof Pagination;
|
||||
}
|
||||
}
|
||||
export {}
|
||||
Reference in New Issue
Block a user