团购券详情
This commit is contained in:
2
types/components.d.ts
vendored
2
types/components.d.ts
vendored
@@ -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']
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user