-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomponents.d.ts
25 lines (23 loc) · 1.41 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/core/pull/3399
import '@vue/runtime-core'
export {}
declare module '@vue/runtime-core' {
export interface GlobalComponents {
BuyContent: typeof import('./src/components/BuyContent/index.vue')['default']
BuyFrame: typeof import('./src/components/BuyFrame/index.vue')['default']
CalendarTab: typeof import('./src/components/CalendarTab/index.vue')['default']
CityChoose: typeof import('./src/components/CityChoose/index.vue')['default']
CityContent: typeof import('./src/components/BuyContent/CityContent/index.vue')['default']
FlightInfo: typeof import('./src/components/FlightInfo/index.vue')['default']
FlightItem: typeof import('./src/components/FlightInfo/FlightItem/index.vue')['default']
HomeTop: typeof import('./src/components/HomeTop/index.vue')['default']
OrderFrame: typeof import('./src/components/OrderFrame/index.vue')['default']
OrderItem: typeof import('./src/components/OrderItem/index.vue')['default']
OrderScroll: typeof import('./src/components/OrderScroll/index.vue')['default']
PageOrder: typeof import('./src/components/PageOrder/index.vue')['default']
SwiperBox: typeof import('./src/components/SwiperBox/index.vue')['default']
TimeContent: typeof import('./src/components/BuyContent/TimeContent/index.vue')['default']
}
}