24 lines
909 B
TypeScript
24 lines
909 B
TypeScript
/* eslint-disable */
|
|
/* prettier-ignore */
|
|
// @ts-nocheck
|
|
// Generated by unplugin-vue-components
|
|
// Read more: https://github.com/vuejs/core/pull/3399
|
|
import '@vue/runtime-core'
|
|
|
|
export {}
|
|
|
|
declare module '@vue/runtime-core' {
|
|
export interface GlobalComponents {
|
|
BLCol: typeof import('./src/components/BLCol.vue')['default']
|
|
BLRow: typeof import('./src/components/BLRow.vue')['default']
|
|
BLTag: typeof import('./src/components/BLTag.vue')['default']
|
|
ElMenu: typeof import('element-plus/es')['ElMenu']
|
|
ElMenuItem: typeof import('element-plus/es')['ElMenuItem']
|
|
ElSubMenu: typeof import('element-plus/es')['ElSubMenu']
|
|
NotFound: typeof import('./src/components/NotFound.vue')['default']
|
|
RouterLink: typeof import('vue-router')['RouterLink']
|
|
RouterView: typeof import('vue-router')['RouterView']
|
|
Template: typeof import('./src/components/Template.vue')['default']
|
|
}
|
|
}
|