Files
lanecarford_front/components.d.ts

21 lines
734 B
TypeScript
Raw Normal View History

2025-10-09 09:29:36 +08:00
/* eslint-disable */
/* prettier-ignore */
// @ts-nocheck
// Generated by unplugin-vue-components
// Read more: https://github.com/vuejs/core/pull/3399
import '@vue/runtime-core'
export {}
declare module '@vue/runtime-core' {
export interface GlobalComponents {
HeaderTitle: typeof import('./src/components/HeaderTitle.vue')['default']
2025-10-09 09:29:36 +08:00
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
2025-10-09 13:56:00 +08:00
SelectItem: typeof import('./src/components/selectStyle/selectItem.vue')['default']
2025-10-09 10:55:13 +08:00
SvgIcon: typeof import('./src/components/SvgIcon/index.vue')['default']
VanSwipe: typeof import('vant/es')['Swipe']
VanSwipeItem: typeof import('vant/es')['SwipeItem']
2025-10-09 09:29:36 +08:00
}
}