-
Notifications
You must be signed in to change notification settings - Fork 0
/
components.d.ts
32 lines (30 loc) · 1.64 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
26
27
28
29
30
31
32
// 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 {
Carousel: typeof import('./src/components/Topmain/carousel.vue')['default']
ElAutocomplete: typeof import('element-plus/es')['ElAutocomplete']
ElAvatar: typeof import('element-plus/es')['ElAvatar']
ElButton: typeof import('element-plus/es')['ElButton']
ElCarousel: typeof import('element-plus/es')['ElCarousel']
ElCarouselItem: typeof import('element-plus/es')['ElCarouselItem']
ElCol: typeof import('element-plus/es')['ElCol']
ElForm: typeof import('element-plus/es')['ElForm']
ElFormItem: typeof import('element-plus/es')['ElFormItem']
ElInput: typeof import('element-plus/es')['ElInput']
ElPageHeader: typeof import('element-plus/es')['ElPageHeader']
ElRow: typeof import('element-plus/es')['ElRow']
Footer: typeof import('./src/components/footer/Footer.vue')['default']
Main: typeof import('./src/components/main-content/Main.vue')['default']
Music: typeof import('./src/components/music/music.vue')['default']
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
Topbar: typeof import('./src/components/topbar/Topbar.vue')['default']
TopMain: typeof import('./src/components/Topmain/TopMain.vue')['default']
Topright: typeof import('./src/components/topbar/Topright.vue')['default']
Topscroll: typeof import('./src/components/topbar/Topscroll.vue')['default']
}
}