diff --git a/app/components.d.ts b/app/components.d.ts index 0c20810..5e686aa 100644 --- a/app/components.d.ts +++ b/app/components.d.ts @@ -22,12 +22,10 @@ declare module 'vue' { NForm: typeof import('naive-ui')['NForm'] NFormItem: typeof import('naive-ui')['NFormItem'] NIcon: typeof import('naive-ui')['NIcon'] - NImageGroup: typeof import('naive-ui')['NImageGroup'] NInfiniteScroll: typeof import('naive-ui')['NInfiniteScroll'] NInput: typeof import('naive-ui')['NInput'] NInputGroup: typeof import('naive-ui')['NInputGroup'] NInputNumber: typeof import('naive-ui')['NInputNumber'] - NMessageProvider: typeof import('naive-ui')['NMessageProvider'] NModal: typeof import('naive-ui')['NModal'] NPagination: typeof import('naive-ui')['NPagination'] NPopconfirm: typeof import('naive-ui')['NPopconfirm'] diff --git a/app/components/GoldPayment.vue b/app/components/GoldPayment.vue index 424f3a6..9a02477 100644 --- a/app/components/GoldPayment.vue +++ b/app/components/GoldPayment.vue @@ -1,7 +1,7 @@