This commit is contained in:
X1627315083
2025-10-10 17:21:38 +08:00
parent ea0a213935
commit 37a5a77f0c
30 changed files with 33 additions and 29 deletions

2
components.d.ts vendored
View File

@@ -14,7 +14,5 @@ declare module '@vue/runtime-core' {
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']
}
}