Browse Source

代码提交

lzm_web
Linzm 8 months ago
parent
commit
ad257bba84
  1. 1
      components.d.ts

1
components.d.ts vendored

@ -27,6 +27,7 @@ declare module '@vue/runtime-core' { @@ -27,6 +27,7 @@ declare module '@vue/runtime-core' {
VanGridItem: typeof import('vant/es')['GridItem']
VanIcon: typeof import('vant/es')['Icon']
VanImage: typeof import('vant/es')['Image']
VanStepper: typeof import('vant/es')['Stepper']
VanSwipe: typeof import('vant/es')['Swipe']
VanSwipeItem: typeof import('vant/es')['SwipeItem']
VanTabbar: typeof import('vant/es')['Tabbar']

Loading…
Cancel
Save