gohttpdUi/components.d.ts

15 lines
542 B
TypeScript
Raw Normal View History

2021-10-10 09:59:52 +08:00
// generated by unplugin-vue-components
// We suggest you to commit this file into source control
// Read more: https://github.com/vuejs/vue-next/pull/3399
declare module 'vue' {
export interface GlobalComponents {
ElButton: typeof import('element-plus/es')['ElButton']
ElLink: typeof import('element-plus/es')['ElLink']
ElTag: typeof import('element-plus/es')['ElTag']
HelloWorld: typeof import('C:/Users/Saber/Documents/HBuilderProjects/vue-element-plus-admin/src/components/HelloWorld.vue')['default']
}
}
export { }