-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomponents.d.ts
25 lines (23 loc) · 1.34 KB
/
components.d.ts
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
// generated by unplugin-vue-components
// We suggest you to commit this file into source control
// Read more: https://github.com/vuejs/vue-next/pull/3399
import '@vue/runtime-core'
declare module '@vue/runtime-core' {
export interface GlobalComponents {
Footer: typeof import('./src/components/Navigation/Footer.vue')['default']
Header: typeof import('./src/components/Navigation/Header.vue')['default']
ListPages: typeof import('./src/components/Articles/ListPages.vue')['default']
ListTables: typeof import('./src/components/Articles/ListTables.vue')['default']
Paginate: typeof import('./src/components/Pagination/Paginate.vue')['default']
Post: typeof import('./src/components/Articles/Post.vue')['default']
RevTables: typeof import('./src/components/Articles/RevTables.vue')['default']
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
Side: typeof import('./src/components/Navigation/Side.vue')['default']
Tag: typeof import('./src/components/customcomponent/Tag.vue')['default']
TagCloud: typeof import('./src/components/customcomponent/TagCloud.vue')['default']
TagDescription: typeof import('./src/components/customcomponent/TagDescription.vue')['default']
Top: typeof import('./src/components/Navigation/Top.vue')['default']
}
}
export {}