// generated by unplugin-vue-components
|
// We suggest you to commit this file into source control
|
// Read more: https://github.com/vuejs/core/pull/3399
|
import '@vue/runtime-core'
|
|
export {}
|
|
declare module '@vue/runtime-core' {
|
export interface GlobalComponents {
|
CountUp: typeof import('./src/components/count-up/count-up.vue')['default']
|
ElDrawer: typeof import('element-plus/es')['ElDrawer']
|
ElRadio: typeof import('element-plus/es')['ElRadio']
|
ElRadioGroup: typeof import('element-plus/es')['ElRadioGroup']
|
ItemWrap: typeof import('./src/components/item-wrap/item-wrap.vue')['default']
|
MessageContent: typeof import('./src/components/Plugins/MessageContent/index.vue')['default']
|
RouterLink: typeof import('vue-router')['RouterLink']
|
RouterView: typeof import('vue-router')['RouterView']
|
ScaleScreen: typeof import('./src/components/scale-screen/scale-screen.vue')['default']
|
}
|
}
|