Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -7,7 +7,6 @@ export {} | ... | @@ -7,7 +7,6 @@ export {} |
| 7 | /* prettier-ignore */ | 7 | /* prettier-ignore */ |
| 8 | declare module 'vue' { | 8 | declare module 'vue' { |
| 9 | export interface GlobalComponents { | 9 | export interface GlobalComponents { |
| 10 | - '图形验证码': typeof import('./src/components/图形验证码.vue')['default'] | ||
| 11 | Agreement: typeof import('./src/components/DonateFlower/agreement.vue')['default'] | 10 | Agreement: typeof import('./src/components/DonateFlower/agreement.vue')['default'] |
| 12 | AuditVideoCard: typeof import('./src/components/AuditVideoCard/index.vue')['default'] | 11 | AuditVideoCard: typeof import('./src/components/AuditVideoCard/index.vue')['default'] |
| 13 | Banner: typeof import('./src/components/MuiVideo/banner.vue')['default'] | 12 | Banner: typeof import('./src/components/MuiVideo/banner.vue')['default'] |
| ... | @@ -65,5 +64,6 @@ declare module 'vue' { | ... | @@ -65,5 +64,6 @@ declare module 'vue' { |
| 65 | VideoBar: typeof import('./src/components/MuiVideo/videoBar.vue')['default'] | 64 | VideoBar: typeof import('./src/components/MuiVideo/videoBar.vue')['default'] |
| 66 | VideoCard: typeof import('./src/components/VideoCard/index.vue')['default'] | 65 | VideoCard: typeof import('./src/components/VideoCard/index.vue')['default'] |
| 67 | VideoDetail: typeof import('./src/components/VideoDetail/index.vue')['default'] | 66 | VideoDetail: typeof import('./src/components/VideoDetail/index.vue')['default'] |
| 67 | + '图形验证码': typeof import('./src/components/图形验证码.vue')['default'] | ||
| 68 | } | 68 | } |
| 69 | } | 69 | } | ... | ... |
-
Please register or login to post a comment