feat[Design]: 调整代码类型

This commit is contained in:
Huangzhe
2025-03-24 13:18:02 +08:00
parent 8e77be4821
commit 1e1e330186
2 changed files with 18 additions and 3 deletions

2
components.d.ts vendored
View File

@@ -38,8 +38,6 @@ declare module 'vue' {
VanRow: typeof import('vant/es')['Row']
VanStepper: typeof import('vant/es')['Stepper']
VanSwitch: typeof import('vant/es')['Switch']
VanTab: typeof import('vant/es')['Tab']
VanTabs: typeof import('vant/es')['Tabs']
YLCascader: typeof import('./src/components/YLCascader.vue')['default']
YLInput: typeof import('./src/components/YLInput.vue')['default']
YLPicker: typeof import('./src/components/YLPicker.vue')['default']