Merge branches 'master' and 'master' of https://gitee.com/lvYeJu/lane-crawford-3

This commit is contained in:
zhangyh
2025-10-10 11:01:17 +08:00
55 changed files with 1042 additions and 49 deletions

2
components.d.ts vendored
View File

@@ -9,8 +9,10 @@ export {}
declare module '@vue/runtime-core' {
export interface GlobalComponents {
HeaderTitle: typeof import('./src/components/HeaderTitle.vue')['default']
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
SelectItem: typeof import('./src/components/selectStyle/selectItem.vue')['default']
SvgIcon: typeof import('./src/components/SvgIcon/index.vue')['default']
VanSwipe: typeof import('vant/es')['Swipe']
VanSwipeItem: typeof import('vant/es')['SwipeItem']