Showing
1 changed file
with
1 additions
and
0 deletions
| ... | @@ -11,6 +11,7 @@ declare module '@vue/runtime-core' { | ... | @@ -11,6 +11,7 @@ declare module '@vue/runtime-core' { |
| 11 | ReserveCard: typeof import('./src/components/reserveCard.vue')['default'] | 11 | ReserveCard: typeof import('./src/components/reserveCard.vue')['default'] |
| 12 | RouterLink: typeof import('vue-router')['RouterLink'] | 12 | RouterLink: typeof import('vue-router')['RouterLink'] |
| 13 | RouterView: typeof import('vue-router')['RouterView'] | 13 | RouterView: typeof import('vue-router')['RouterView'] |
| 14 | + VanButton: typeof import('vant/es')['Button'] | ||
| 14 | VanCheckbox: typeof import('vant/es')['Checkbox'] | 15 | VanCheckbox: typeof import('vant/es')['Checkbox'] |
| 15 | VanCheckboxGroup: typeof import('vant/es')['CheckboxGroup'] | 16 | VanCheckboxGroup: typeof import('vant/es')['CheckboxGroup'] |
| 16 | VanDatePicker: typeof import('vant/es')['DatePicker'] | 17 | VanDatePicker: typeof import('vant/es')['DatePicker'] | ... | ... |
-
Please register or login to post a comment