forked from zhouruizhe/gmTouringMiniApp
21 lines
907 B
TypeScript
21 lines
907 B
TypeScript
/* 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 {
|
||
|
|
MapFilterHeader: typeof import('./components/map/MapFilterHeader.vue')['default']
|
||
|
|
PageState: typeof import('./components/poi/PageState.vue')['default']
|
||
|
|
PoiHeroGallery: typeof import('./components/poi/PoiHeroGallery.vue')['default']
|
||
|
|
PoiImage: typeof import('./components/poi/PoiImage.vue')['default']
|
||
|
|
PoiSummaryCard: typeof import('./components/map/PoiSummaryCard.vue')['default']
|
||
|
|
PoiTagList: typeof import('./components/poi/PoiTagList.vue')['default']
|
||
|
|
RouterLink: typeof import('vue-router')['RouterLink']
|
||
|
|
RouterView: typeof import('vue-router')['RouterView']
|
||
|
|
TravelPoiCard: typeof import('./components/travel/TravelPoiCard.vue')['default']
|
||
|
|
}
|
||
|
|
}
|