10 changed files with 1691 additions and 651 deletions
File diff suppressed because it is too large
@ -1,80 +1,35 @@ |
|||||
// generated by unplugin-vue-components
|
/* eslint-disable */ |
||||
// We suggest you to commit this file into source control
|
/* prettier-ignore */ |
||||
|
// @ts-nocheck
|
||||
|
// Generated by unplugin-vue-components
|
||||
// Read more: https://github.com/vuejs/core/pull/3399
|
// Read more: https://github.com/vuejs/core/pull/3399
|
||||
import '@vue/runtime-core' |
import '@vue/runtime-core' |
||||
|
|
||||
export {} |
export {}; |
||||
|
|
||||
declare module '@vue/runtime-core' { |
declare module "@vue/runtime-core" { |
||||
export interface GlobalComponents { |
export interface GlobalComponents { |
||||
Breadcrumb: typeof import('./../components/Breadcrumb/index.vue')['default'] |
Breadcrumb: typeof import("./../components/Breadcrumb/index.vue")["default"]; |
||||
ElAlert: typeof import('element-plus/es')['ElAlert'] |
ElButton: typeof import("element-plus/es")["ElButton"]; |
||||
ElBreadcrumb: typeof import('element-plus/es')['ElBreadcrumb'] |
ElDropdown: typeof import("element-plus/es")["ElDropdown"]; |
||||
ElBreadcrumbItem: typeof import('element-plus/es')['ElBreadcrumbItem'] |
ElDropdownItem: typeof import("element-plus/es")["ElDropdownItem"]; |
||||
ElButton: typeof import('element-plus/es')['ElButton'] |
ElDropdownMenu: typeof import("element-plus/es")["ElDropdownMenu"]; |
||||
ElCard: typeof import('element-plus/es')['ElCard'] |
ElForm: typeof import("element-plus/es")["ElForm"]; |
||||
ElCol: typeof import('element-plus/es')['ElCol'] |
ElFormItem: typeof import("element-plus/es")["ElFormItem"]; |
||||
ElDialog: typeof import('element-plus/es')['ElDialog'] |
ElInput: typeof import("element-plus/es")["ElInput"]; |
||||
ElDivider: typeof import('element-plus/es')['ElDivider'] |
ElTooltip: typeof import("element-plus/es")["ElTooltip"]; |
||||
ElDropdown: typeof import('element-plus/es')['ElDropdown'] |
GithubCorner: typeof import("./../components/GithubCorner/index.vue")["default"]; |
||||
ElDropdownItem: typeof import('element-plus/es')['ElDropdownItem'] |
Hamburger: typeof import("./../components/Hamburger/index.vue")["default"]; |
||||
ElDropdownMenu: typeof import('element-plus/es')['ElDropdownMenu'] |
IconSelect: typeof import("./../components/IconSelect/index.vue")["default"]; |
||||
ElForm: typeof import('element-plus/es')['ElForm'] |
LangSelect: typeof import("./../components/LangSelect/index.vue")["default"]; |
||||
ElFormItem: typeof import('element-plus/es')['ElFormItem'] |
MultiUpload: typeof import("./../components/Upload/MultiUpload.vue")["default"]; |
||||
ElIcon: typeof import('element-plus/es')['ElIcon'] |
Pagination: typeof import("./../components/Pagination/index.vue")["default"]; |
||||
ElInput: typeof import('element-plus/es')['ElInput'] |
RightPanel: typeof import("./../components/RightPanel/index.vue")["default"]; |
||||
ElInputNumber: typeof import('element-plus/es')['ElInputNumber'] |
RouterLink: typeof import("vue-router")["RouterLink"]; |
||||
ElLink: typeof import('element-plus/es')['ElLink'] |
RouterView: typeof import("vue-router")["RouterView"]; |
||||
ElMenu: typeof import('element-plus/es')['ElMenu'] |
SingleUpload: typeof import("./../components/Upload/SingleUpload.vue")["default"]; |
||||
ElMenuItem: typeof import('element-plus/es')['ElMenuItem'] |
SizeSelect: typeof import("./../components/SizeSelect/index.vue")["default"]; |
||||
ElOption: typeof import('element-plus/es')['ElOption'] |
SvgIcon: typeof import("./../components/SvgIcon/index.vue")["default"]; |
||||
ElPagination: typeof import('element-plus/es')['ElPagination'] |
WangEditor: typeof import("./../components/WangEditor/index.vue")["default"]; |
||||
ElPopover: typeof import('element-plus/es')['ElPopover'] |
|
||||
ElRadio: typeof import('element-plus/es')['ElRadio'] |
|
||||
ElRadioGroup: typeof import('element-plus/es')['ElRadioGroup'] |
|
||||
ElRow: typeof import('element-plus/es')['ElRow'] |
|
||||
ElScrollbar: typeof import('element-plus/es')['ElScrollbar'] |
|
||||
ElSelect: typeof import('element-plus/es')['ElSelect'] |
|
||||
ElSubMenu: typeof import('element-plus/es')['ElSubMenu'] |
|
||||
ElSwitch: typeof import('element-plus/es')['ElSwitch'] |
|
||||
ElTable: typeof import('element-plus/es')['ElTable'] |
|
||||
ElTableColumn: typeof import('element-plus/es')['ElTableColumn'] |
|
||||
ElTag: typeof import('element-plus/es')['ElTag'] |
|
||||
ElTooltip: typeof import('element-plus/es')['ElTooltip'] |
|
||||
ElTree: typeof import('element-plus/es')['ElTree'] |
|
||||
ElTreeSelect: typeof import('element-plus/es')['ElTreeSelect'] |
|
||||
ElUpload: typeof import('element-plus/es')['ElUpload'] |
|
||||
GithubCorner: typeof import('./../components/GithubCorner/index.vue')['default'] |
|
||||
Hamburger: typeof import('./../components/Hamburger/index.vue')['default'] |
|
||||
IconSelect: typeof import('./../components/IconSelect/index.vue')['default'] |
|
||||
IEpCaretBottom: typeof import('~icons/ep/caret-bottom')['default'] |
|
||||
IEpCaretTop: typeof import('~icons/ep/caret-top')['default'] |
|
||||
IEpClose: typeof import('~icons/ep/close')['default'] |
|
||||
IEpCollection: typeof import('~icons/ep/collection')['default'] |
|
||||
IEpDelete: typeof import('~icons/ep/delete')['default'] |
|
||||
IEpDownload: typeof import('~icons/ep/download')['default'] |
|
||||
IEpEdit: typeof import('~icons/ep/edit')['default'] |
|
||||
IEpPlus: typeof import('~icons/ep/plus')['default'] |
|
||||
IEpPosition: typeof import('~icons/ep/position')['default'] |
|
||||
IEpRefresh: typeof import('~icons/ep/refresh')['default'] |
|
||||
IEpRefreshLeft: typeof import('~icons/ep/refresh-left')['default'] |
|
||||
IEpSearch: typeof import('~icons/ep/search')['default'] |
|
||||
IEpSetting: typeof import('~icons/ep/setting')['default'] |
|
||||
IEpTop: typeof import('~icons/ep/top')['default'] |
|
||||
IEpUploadFilled: typeof import('~icons/ep/upload-filled')['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'] |
|
||||
Screenfull: typeof import('./../components/Screenfull/index.vue')['default'] |
|
||||
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'] |
|
||||
} |
|
||||
export interface ComponentCustomProperties { |
|
||||
vLoading: typeof import('element-plus/es')['ElLoadingDirective'] |
|
||||
} |
} |
||||
} |
} |
||||
|
|||||
Loading…
Reference in new issue