Showing
1 changed file
with
0 additions
and
4 deletions
| ... | @@ -12,12 +12,8 @@ declare module '@vue/runtime-core' { | ... | @@ -12,12 +12,8 @@ declare module '@vue/runtime-core' { |
| 12 | InfoWindow: typeof import('./src/components/InfoWindow.vue')['default'] | 12 | InfoWindow: typeof import('./src/components/InfoWindow.vue')['default'] |
| 13 | RouterLink: typeof import('vue-router')['RouterLink'] | 13 | RouterLink: typeof import('vue-router')['RouterLink'] |
| 14 | RouterView: typeof import('vue-router')['RouterView'] | 14 | RouterView: typeof import('vue-router')['RouterView'] |
| 15 | - VanCol: typeof import('vant/es')['Col'] | ||
| 16 | VanDialog: typeof import('vant/es')['Dialog'] | 15 | VanDialog: typeof import('vant/es')['Dialog'] |
| 17 | VanIcon: typeof import('vant/es')['Icon'] | 16 | VanIcon: typeof import('vant/es')['Icon'] |
| 18 | VanPopup: typeof import('vant/es')['Popup'] | 17 | VanPopup: typeof import('vant/es')['Popup'] |
| 19 | - VanRow: typeof import('vant/es')['Row'] | ||
| 20 | - VanTab: typeof import('vant/es')['Tab'] | ||
| 21 | - VanTabs: typeof import('vant/es')['Tabs'] | ||
| 22 | } | 18 | } |
| 23 | } | 19 | } | ... | ... |
-
Please register or login to post a comment