You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
1.3 KiB
27 lines
1.3 KiB
/* 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 {
|
|
Breadcrumb: typeof import('./../components/Breadcrumb/index.vue')['default']
|
|
GithubCorner: typeof import('./../components/GithubCorner/index.vue')['default']
|
|
Hamburger: typeof import('./../components/Hamburger/index.vue')['default']
|
|
IconSelect: typeof import('./../components/IconSelect/index.vue')['default']
|
|
LangSelect: typeof import('./../components/LangSelect/index.vue')['default']
|
|
MultiUpload: typeof import('./../components/Upload/MultiUpload.vue')['default']
|
|
Pagination: typeof import('./../components/Pagination/index.vue')['default']
|
|
RightPanel: typeof import('./../components/RightPanel/index.vue')['default']
|
|
RouterLink: typeof import('vue-router')['RouterLink']
|
|
RouterView: typeof import('vue-router')['RouterView']
|
|
SingleUpload: typeof import('./../components/Upload/SingleUpload.vue')['default']
|
|
SizeSelect: typeof import('./../components/SizeSelect/index.vue')['default']
|
|
SvgIcon: typeof import('./../components/SvgIcon/index.vue')['default']
|
|
WangEditor: typeof import('./../components/WangEditor/index.vue')['default']
|
|
}
|
|
}
|
|
|