|
@@ -17,15 +17,12 @@ declare module 'vue' {
|
|
|
RouterView: typeof import('vue-router')['RouterView']
|
|
|
VanButton: typeof import('vant/es')['Button']
|
|
|
VanCell: typeof import('vant/es')['Cell']
|
|
|
- VanCellGroup: typeof import('vant/es')['CellGroup']
|
|
|
VanConfigProvider: typeof import('vant/es')['ConfigProvider']
|
|
|
VanDivider: typeof import('vant/es')['Divider']
|
|
|
- VanEmpty: typeof import('vant/es')['Empty']
|
|
|
VanField: typeof import('vant/es')['Field']
|
|
|
VanIcon: typeof import('vant/es')['Icon']
|
|
|
VanImage: typeof import('vant/es')['Image']
|
|
|
VanList: typeof import('vant/es')['List']
|
|
|
- VanNoticeBar: typeof import('vant/es')['NoticeBar']
|
|
|
VanPullRefresh: typeof import('vant/es')['PullRefresh']
|
|
|
VanTab: typeof import('vant/es')['Tab']
|
|
|
VanTabbar: typeof import('vant/es')['Tabbar']
|