Initial commit: gmTouringMiniApp project

This commit is contained in:
周瑞哲
2026-07-30 16:04:34 +08:00
commit ebcae02d35
201 changed files with 49545 additions and 0 deletions
+20
View File
@@ -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']
}
}