suke-mp/types/components.d.ts
2024-05-20 00:49:16 +08:00

21 lines
946 B
TypeScript

/* eslint-disable */
/* prettier-ignore */
// @ts-nocheck
// Generated by unplugin-vue-components
// Read more: https://github.com/vuejs/core/pull/3399
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']
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']
}
}