2025-02-26 13:36:43 +08:00
|
|
|
/* eslint-disable */
|
|
|
|
/* prettier-ignore */
|
|
|
|
// @ts-nocheck
|
|
|
|
// Generated by unplugin-vue-components
|
|
|
|
// Read more: https://github.com/vuejs/core/pull/3399
|
|
|
|
export {}
|
|
|
|
|
|
|
|
declare module 'vue' {
|
|
|
|
export interface GlobalComponents {
|
2025-02-28 16:45:42 +08:00
|
|
|
CustomCard: typeof import('./src/components/CustomCard.vue')['default']
|
2025-02-26 16:55:15 +08:00
|
|
|
GridSelect: typeof import('./src/components/GridSelect.vue')['default']
|
2025-02-26 13:36:43 +08:00
|
|
|
LandType: typeof import('./src/components/LandType.vue')['default']
|
|
|
|
Pagina: typeof import('./src/components/Pagina.vue')['default']
|
|
|
|
RouterLink: typeof import('vue-router')['RouterLink']
|
|
|
|
RouterView: typeof import('vue-router')['RouterView']
|
|
|
|
}
|
|
|
|
}
|