提交 1f4d57f2 authored 作者: lidongxu's avatar lidongxu

1

上级 ecb797cf
...@@ -42,6 +42,8 @@ declare module 'vue' { ...@@ -42,6 +42,8 @@ declare module 'vue' {
SizeSelect: typeof import('./src/components/SizeSelect/index.vue')['default'] SizeSelect: typeof import('./src/components/SizeSelect/index.vue')['default']
SvgIcon: typeof import('./src/components/SvgIcon/index.vue')['default'] SvgIcon: typeof import('./src/components/SvgIcon/index.vue')['default']
TopNav: typeof import('./src/components/TopNav/index.vue')['default'] TopNav: typeof import('./src/components/TopNav/index.vue')['default']
VanActionBar: typeof import('vant/es')['ActionBar']
VanActionBarButton: typeof import('vant/es')['ActionBarButton']
VanActionSheet: typeof import('vant/es')['ActionSheet'] VanActionSheet: typeof import('vant/es')['ActionSheet']
VanButton: typeof import('vant/es')['Button'] VanButton: typeof import('vant/es')['Button']
VanCalendar: typeof import('vant/es')['Calendar'] VanCalendar: typeof import('vant/es')['Calendar']
...@@ -61,7 +63,10 @@ declare module 'vue' { ...@@ -61,7 +63,10 @@ declare module 'vue' {
VanPicker: typeof import('vant/es')['Picker'] VanPicker: typeof import('vant/es')['Picker']
VanPopup: typeof import('vant/es')['Popup'] VanPopup: typeof import('vant/es')['Popup']
VanPullRefresh: typeof import('vant/es')['PullRefresh'] VanPullRefresh: typeof import('vant/es')['PullRefresh']
VanRadio: typeof import('vant/es')['Radio']
VanRadioGroup: typeof import('vant/es')['RadioGroup']
VanSearch: typeof import('vant/es')['Search'] VanSearch: typeof import('vant/es')['Search']
VanSwipeCell: typeof import('vant/es')['SwipeCell']
VanTab: typeof import('vant/es')['Tab'] VanTab: typeof import('vant/es')['Tab']
VanTabs: typeof import('vant/es')['Tabs'] VanTabs: typeof import('vant/es')['Tabs']
VanTag: typeof import('vant/es')['Tag'] VanTag: typeof import('vant/es')['Tag']
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论