This commit is contained in:
Sidharth Vinod
2023-04-29 10:50:30 +05:30
parent 110cd61c64
commit cdc68d99fe
4 changed files with 13 additions and 24 deletions

View File

@@ -5,11 +5,11 @@
// Read more: https://github.com/vuejs/core/pull/3399
import '@vue/runtime-core'
export {}
export {};
declare module '@vue/runtime-core' {
export interface GlobalComponents {
Contributors: typeof import('./components/Contributors.vue')['default']
HomePage: typeof import('./components/HomePage.vue')['default']
Contributors: typeof import('./components/Contributors.vue')['default'];
HomePage: typeof import('./components/HomePage.vue')['default'];
}
}