bug修复
This commit is contained in:
1
types/components.d.ts
vendored
1
types/components.d.ts
vendored
@@ -7,6 +7,7 @@ export {}
|
||||
|
||||
declare module 'vue' {
|
||||
export interface GlobalComponents {
|
||||
CompanyDialog: typeof import('./../src/components/company-dialog.vue')['default']
|
||||
OfficialAccountDialog: typeof import('./../src/components/official-account-dialog.vue')['default']
|
||||
PageNav: typeof import('./../src/components/page-nav/page-nav.vue')['default']
|
||||
PaymentButton: typeof import('./../src/components/payment-button.vue')['default']
|
||||
|
Reference in New Issue
Block a user