-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomponents.d.ts
More file actions
26 lines (25 loc) · 1.41 KB
/
components.d.ts
File metadata and controls
26 lines (25 loc) · 1.41 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
/* eslint-disable */
// @ts-nocheck
// Generated by unplugin-vue-components
// Read more: https://github.com/vuejs/core/pull/3399
export {}
/* prettier-ignore */
declare module 'vue' {
export interface GlobalComponents {
AgeDistribution: typeof import('./src/components/leftPanel/AgeDistribution.vue')['default']
CEcharts: typeof import('./src/components/common/CEcharts.vue')['default']
CFooter: typeof import('./src/components/CFooter.vue')['default']
CHeader: typeof import('./src/components/CHeader.vue')['default']
CMap: typeof import('./src/components/CMap.vue')['default']
CPanel: typeof import('./src/components/common/CPanel.vue')['default']
IndustryRevenue: typeof import('./src/components/rightPanel/IndustryRevenue.vue')['default']
LeftPanel: typeof import('./src/components/LeftPanel.vue')['default']
RankingOfScenicSpots: typeof import('./src/components/leftPanel/RankingOfScenicSpots.vue')['default']
RealTimeHotWords: typeof import('./src/components/rightPanel/RealTimeHotWords.vue')['default']
ReceptionOfTourists: typeof import('./src/components/leftPanel/ReceptionOfTourists.vue')['default']
RightPanel: typeof import('./src/components/RightPanel.vue')['default']
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
Top5Tourists: typeof import('./src/components/rightPanel/Top5Tourists.vue')['default']
}
}