mirror of
https://github.com/blossom-editor/blossom
synced 2024-11-17 22:48:03 +08:00
22 lines
777 B
TypeScript
22 lines
777 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 {
|
|
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']
|
|
}
|
|
}
|