suke-mp/types/components.d.ts
2024-03-14 22:58:38 +08:00

17 lines
610 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 {
OfficialAccountDialog: typeof import('./../src/components/official-account-dialog.vue')['default']
PageNav: typeof import('./../src/components/page-nav/page-nav.vue')['default']
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
Tabbar: typeof import('./../src/components/tabbar/tabbar.vue')['default']
}
}