团购券详情

This commit is contained in:
2024-03-16 22:02:26 +08:00
parent 351e20f0c0
commit 8b0ad91bd4
10 changed files with 536 additions and 6 deletions

View File

@@ -9,8 +9,10 @@ declare module 'vue' {
export interface GlobalComponents {
OfficialAccountDialog: typeof import('./../src/components/official-account-dialog.vue')['default']
PageNav: typeof import('./../src/components/page-nav/page-nav.vue')['default']
PaymentDialog: typeof import('./../src/components/payment-dialog.vue')['default']
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
SkuDialog: typeof import('./../src/components/sku-dialog.vue')['default']
Tabbar: typeof import('./../src/components/tabbar/tabbar.vue')['default']
}
}