-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathcomponents.d.ts
More file actions
36 lines (34 loc) · 2.08 KB
/
components.d.ts
File metadata and controls
36 lines (34 loc) · 2.08 KB
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
26
27
28
29
30
31
32
33
34
35
36
// 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'
export {}
declare module '@vue/runtime-core' {
export interface GlobalComponents {
Banner: typeof import('./src/components/Banner.vue')['default']
Comment: typeof import('./src/components/Comment/index.vue')['default']
CommentForm: typeof import('./src/components/Comment/CommentForm.vue')['default']
CommentItem: typeof import('./src/components/Comment/CommentItem.vue')['default']
CommentList: typeof import('./src/components/Comment/CommentList.vue')['default']
CommentSkeleton: typeof import('./src/components/Comment/CommentSkeleton.vue')['default']
CommentStatus: typeof import('./src/components/Comment/CommentStatus.vue')['default']
Footer: typeof import('./src/components/Footer.vue')['default']
Gallery: typeof import('./src/components/Gallery.vue')['default']
Github: typeof import('./src/components/Github.vue')['default']
Header: typeof import('./src/components/Header/index.vue')['default']
Image: typeof import('./src/components/Image.vue')['default']
ListCategories: typeof import('./src/components/ListCategories.vue')['default']
ListPosts: typeof import('./src/components/ListPosts.vue')['default']
ListProjects: typeof import('./src/components/ListProjects.vue')['default']
Logo: typeof import('./src/components/Header/Logo.vue')['default']
Markdown: typeof import('./src/components/Markdown.vue')['default']
NavBar: typeof import('./src/components/Header/NavBar.vue')['default']
Post: typeof import('./src/components/Post.vue')['default']
PostMeta: typeof import('./src/components/PostMeta.vue')['default']
Redirect: typeof import('./src/components/Redirect.vue')['default']
RightBtns: typeof import('./src/components/Header/RightBtns.vue')['default']
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
Space: typeof import('./src/components/Space.vue')['default']
}
}