Showing
1 changed file
with
1 additions
and
0 deletions
| ... | @@ -40,6 +40,7 @@ declare module 'vue' { | ... | @@ -40,6 +40,7 @@ declare module 'vue' { |
| 40 | PlanPopupNew: typeof import('./src/components/plan/PlanPopupNew.vue')['default'] | 40 | PlanPopupNew: typeof import('./src/components/plan/PlanPopupNew.vue')['default'] |
| 41 | ProductCard: typeof import('./src/components/cards/ProductCard.vue')['default'] | 41 | ProductCard: typeof import('./src/components/cards/ProductCard.vue')['default'] |
| 42 | RadioGroup: typeof import('./src/components/plan/PlanFields/RadioGroup.vue')['default'] | 42 | RadioGroup: typeof import('./src/components/plan/PlanFields/RadioGroup.vue')['default'] |
| 43 | + RichTextRenderer: typeof import('./src/components/RichTextRenderer.vue')['default'] | ||
| 43 | RouterLink: typeof import('vue-router')['RouterLink'] | 44 | RouterLink: typeof import('vue-router')['RouterLink'] |
| 44 | RouterView: typeof import('vue-router')['RouterView'] | 45 | RouterView: typeof import('vue-router')['RouterView'] |
| 45 | SavingsTemplate: typeof import('./src/components/plan/PlanTemplates/SavingsTemplate.vue')['default'] | 46 | SavingsTemplate: typeof import('./src/components/plan/PlanTemplates/SavingsTemplate.vue')['default'] | ... | ... |
-
Please register or login to post a comment