hookehuyr

fix

...@@ -40,6 +40,7 @@ declare module '@vue/runtime-core' { ...@@ -40,6 +40,7 @@ declare module '@vue/runtime-core' {
40 VanOverlay: typeof import('vant/es')['Overlay'] 40 VanOverlay: typeof import('vant/es')['Overlay']
41 VanPopup: typeof import('vant/es')['Popup'] 41 VanPopup: typeof import('vant/es')['Popup']
42 VanRow: typeof import('vant/es')['Row'] 42 VanRow: typeof import('vant/es')['Row']
43 + VanSlider: typeof import('vant/es')['Slider']
43 VanSwipe: typeof import('vant/es')['Swipe'] 44 VanSwipe: typeof import('vant/es')['Swipe']
44 VanSwipeItem: typeof import('vant/es')['SwipeItem'] 45 VanSwipeItem: typeof import('vant/es')['SwipeItem']
45 VanTab: typeof import('vant/es')['Tab'] 46 VanTab: typeof import('vant/es')['Tab']
......