forked from zhouruizhe/gmTouringMiniApp
Initial commit: gmTouringMiniApp project
This commit is contained in:
Vendored
+20
@@ -0,0 +1,20 @@
|
||||
/* 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']
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user