|
@@ -16,17 +16,9 @@ declare module 'vue' {
|
|
RouterView: typeof import('vue-router')['RouterView']
|
|
RouterView: typeof import('vue-router')['RouterView']
|
|
SvgIcon: typeof import('./components/SvgIcon.vue')['default']
|
|
SvgIcon: typeof import('./components/SvgIcon.vue')['default']
|
|
TabBar: typeof import('./components/TabBar.vue')['default']
|
|
TabBar: typeof import('./components/TabBar.vue')['default']
|
|
- VanButton: typeof import('vant/es')['Button']
|
|
|
|
- VanCell: typeof import('vant/es')['Cell']
|
|
|
|
- VanCellGroup: typeof import('vant/es')['CellGroup']
|
|
|
|
VanConfigProvider: typeof import('vant/es')['ConfigProvider']
|
|
VanConfigProvider: typeof import('vant/es')['ConfigProvider']
|
|
- VanIcon: typeof import('vant/es')['Icon']
|
|
|
|
VanImage: typeof import('vant/es')['Image']
|
|
VanImage: typeof import('vant/es')['Image']
|
|
VanNavBar: typeof import('vant/es')['NavBar']
|
|
VanNavBar: typeof import('vant/es')['NavBar']
|
|
- VanPicker: typeof import('vant/es')['Picker']
|
|
|
|
- VanPopup: typeof import('vant/es')['Popup']
|
|
|
|
- VanStepper: typeof import('vant/es')['Stepper']
|
|
|
|
- VanSwitch: typeof import('vant/es')['Switch']
|
|
|
|
VanTabbar: typeof import('vant/es')['Tabbar']
|
|
VanTabbar: typeof import('vant/es')['Tabbar']
|
|
VanTabbarItem: typeof import('vant/es')['TabbarItem']
|
|
VanTabbarItem: typeof import('vant/es')['TabbarItem']
|
|
VoiceImp: typeof import('./components/VoiceImp/index.vue')['default']
|
|
VoiceImp: typeof import('./components/VoiceImp/index.vue')['default']
|