fix(ui): 更新 PlanPopup 组件路径引用
- 将 PlanPopup 引用路径从 PlanPopup/index.vue 更新为 PlanSchemes/PlanPopup.vue - 同步更新组件类型声明
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -40,7 +40,7 @@ declare module 'vue' { | ... | @@ -40,7 +40,7 @@ declare module 'vue' { |
| 40 | PdfPreview: typeof import('./src/components/PdfPreview.vue')['default'] | 40 | PdfPreview: typeof import('./src/components/PdfPreview.vue')['default'] |
| 41 | Picker: typeof import('./src/components/time-picker-data/picker.vue')['default'] | 41 | Picker: typeof import('./src/components/time-picker-data/picker.vue')['default'] |
| 42 | PlanFormContainer: typeof import('./src/components/PlanFormContainer.vue')['default'] | 42 | PlanFormContainer: typeof import('./src/components/PlanFormContainer.vue')['default'] |
| 43 | - PlanPopup: typeof import('./src/components/PlanPopup/index.vue')['default'] | 43 | + PlanPopup: typeof import('./src/components/PlanSchemes/PlanPopup.vue')['default'] |
| 44 | PlanPopupNew: typeof import('./src/components/PlanPopupNew.vue')['default'] | 44 | PlanPopupNew: typeof import('./src/components/PlanPopupNew.vue')['default'] |
| 45 | PosterBuilder: typeof import('./src/components/PosterBuilder/index.vue')['default'] | 45 | PosterBuilder: typeof import('./src/components/PosterBuilder/index.vue')['default'] |
| 46 | ProductCard: typeof import('./src/components/ProductCard.vue')['default'] | 46 | ProductCard: typeof import('./src/components/ProductCard.vue')['default'] | ... | ... |
-
Please register or login to post a comment