bug修复

This commit is contained in:
2024-05-20 00:49:16 +08:00
parent 6cd0361f33
commit 448ee810de
5 changed files with 151 additions and 44 deletions

View File

@@ -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']