|
@@ -11,20 +11,22 @@ declare module '@vue/runtime-core' {
|
|
|
RemoteList: typeof import('./components/RemoteList/index.vue')['default']
|
|
|
RouterLink: typeof import('vue-router')['RouterLink']
|
|
|
RouterView: typeof import('vue-router')['RouterView']
|
|
|
+ VanButton: typeof import('vant/es')['Button']
|
|
|
VanCard: typeof import('vant/es')['Card']
|
|
|
+ VanCheckbox: typeof import('vant/es')['Checkbox']
|
|
|
+ VanCheckboxGroup: typeof import('vant/es')['CheckboxGroup']
|
|
|
VanConfigProvider: typeof import('vant/es')['ConfigProvider']
|
|
|
- VanCountDown: typeof import('vant/es')['CountDown']
|
|
|
- VanDivider: typeof import('vant/es')['Divider']
|
|
|
+ VanField: typeof import('vant/es')['Field']
|
|
|
+ VanForm: typeof import('vant/es')['Form']
|
|
|
VanGrid: typeof import('vant/es')['Grid']
|
|
|
VanGridItem: typeof import('vant/es')['GridItem']
|
|
|
VanIcon: typeof import('vant/es')['Icon']
|
|
|
- VanImage: typeof import('vant/es')['Image']
|
|
|
VanList: typeof import('vant/es')['List']
|
|
|
VanNavBar: typeof import('vant/es')['NavBar']
|
|
|
+ VanOverlay: typeof import('vant/es')['Overlay']
|
|
|
VanPullRefresh: typeof import('vant/es')['PullRefresh']
|
|
|
- VanSkeleton: typeof import('vant/es')['Skeleton']
|
|
|
- VanSticky: typeof import('vant/es')['Sticky']
|
|
|
- VanSubmitBar: typeof import('vant/es')['SubmitBar']
|
|
|
+ VanRadio: typeof import('vant/es')['Radio']
|
|
|
+ VanRadioGroup: typeof import('vant/es')['RadioGroup']
|
|
|
VanSwipe: typeof import('vant/es')['Swipe']
|
|
|
VanSwipeItem: typeof import('vant/es')['SwipeItem']
|
|
|
VanTab: typeof import('vant/es')['Tab']
|