forked from vueschool/vuejs-forge-the-project
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomponents.d.ts
More file actions
18 lines (16 loc) · 756 Bytes
/
Copy pathcomponents.d.ts
File metadata and controls
18 lines (16 loc) · 756 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// generated by unplugin-vue-components
// We suggest you to commit this file into source control
// Read more: https://github.com/vuejs/core/pull/3399
import '@vue/runtime-core'
declare module '@vue/runtime-core' {
export interface GlobalComponents {
AppButton: typeof import('./src/components/AppButton.vue')['default']
AppImage: typeof import('./src/components/AppImage.vue')['default']
BoardCard: typeof import('./src/components/BoardCard.vue')['default']
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
TheDrawer: typeof import('./src/components/TheDrawer.vue')['default']
TheNavbar: typeof import('./src/components/TheNavbar.vue')['default']
}
}
export {}