3 changed files with 72 additions and 3 deletions
@ -1,5 +1,5 @@ |
|||||
// Generated by 'unplugin-auto-import'
|
// Generated by 'unplugin-auto-import'
|
||||
export {} |
export {} |
||||
declare global { |
declare global { |
||||
|
const ElNotification: typeof import('element-plus/es')['ElNotification'] |
||||
} |
} |
||||
|
|||||
@ -0,0 +1,71 @@ |
|||||
|
// 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 { |
||||
|
Attachment: typeof import('./src/components/upload-attachment/attachment.vue')['default'] |
||||
|
DiyLink: typeof import('./src/components/diy-link/index.vue')['default'] |
||||
|
Editor: typeof import('./src/components/editor/index.vue')['default'] |
||||
|
ElAside: typeof import('element-plus/es')['ElAside'] |
||||
|
ElAvatar: typeof import('element-plus/es')['ElAvatar'] |
||||
|
ElBreadcrumb: typeof import('element-plus/es')['ElBreadcrumb'] |
||||
|
ElBreadcrumbItem: typeof import('element-plus/es')['ElBreadcrumbItem'] |
||||
|
ElButton: typeof import('element-plus/es')['ElButton'] |
||||
|
ElCheckbox: typeof import('element-plus/es')['ElCheckbox'] |
||||
|
ElCol: typeof import('element-plus/es')['ElCol'] |
||||
|
ElColorPicker: typeof import('element-plus/es')['ElColorPicker'] |
||||
|
ElConfigProvider: typeof import('element-plus/es')['ElConfigProvider'] |
||||
|
ElContainer: typeof import('element-plus/es')['ElContainer'] |
||||
|
ElDialog: typeof import('element-plus/es')['ElDialog'] |
||||
|
ElDrawer: typeof import('element-plus/es')['ElDrawer'] |
||||
|
ElDropdown: typeof import('element-plus/es')['ElDropdown'] |
||||
|
ElDropdownItem: typeof import('element-plus/es')['ElDropdownItem'] |
||||
|
ElDropdownMenu: typeof import('element-plus/es')['ElDropdownMenu'] |
||||
|
ElForm: typeof import('element-plus/es')['ElForm'] |
||||
|
ElFormItem: typeof import('element-plus/es')['ElFormItem'] |
||||
|
ElHeader: typeof import('element-plus/es')['ElHeader'] |
||||
|
ElIcon: typeof import('element-plus/es')['ElIcon'] |
||||
|
ElImage: typeof import('element-plus/es')['ElImage'] |
||||
|
ElImageViewer: typeof import('element-plus/es')['ElImageViewer'] |
||||
|
ElInput: typeof import('element-plus/es')['ElInput'] |
||||
|
ElMain: typeof import('element-plus/es')['ElMain'] |
||||
|
ElMenu: typeof import('element-plus/es')['ElMenu'] |
||||
|
ElMenuItem: typeof import('element-plus/es')['ElMenuItem'] |
||||
|
ElOption: typeof import('element-plus/es')['ElOption'] |
||||
|
ElPagination: typeof import('element-plus/es')['ElPagination'] |
||||
|
ElPopover: typeof import('element-plus/es')['ElPopover'] |
||||
|
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'] |
||||
|
ElTooltip: typeof import('element-plus/es')['ElTooltip'] |
||||
|
ElUpload: typeof import('element-plus/es')['ElUpload'] |
||||
|
ExportSure: typeof import('./src/components/export-sure/index.vue')['default'] |
||||
|
HeatMap: typeof import('./src/components/heat-map/index.vue')['default'] |
||||
|
Icon: typeof import('./src/components/icon/index.vue')['default'] |
||||
|
PopoverInput: typeof import('./src/components/popover-input/index.vue')['default'] |
||||
|
RangeInput: typeof import('./src/components/range-input/index.vue')['default'] |
||||
|
RouterLink: typeof import('vue-router')['RouterLink'] |
||||
|
RouterView: typeof import('vue-router')['RouterView'] |
||||
|
SelectArea: typeof import('./src/components/select-area/index.vue')['default'] |
||||
|
SelectIcon: typeof import('./src/components/select-icon/index.vue')['default'] |
||||
|
TencentMapPicker: typeof import('./src/components/TencentMapPicker.vue')['default'] |
||||
|
UploadAttachment: typeof import('./src/components/upload-attachment/index.vue')['default'] |
||||
|
UploadFile: typeof import('./src/components/upload-file/index.vue')['default'] |
||||
|
UploadImage: typeof import('./src/components/upload-image/index.vue')['default'] |
||||
|
UploadVideo: typeof import('./src/components/upload-video/index.vue')['default'] |
||||
|
Verify: typeof import('./src/components/verifition/Verify.vue')['default'] |
||||
|
VerifyPoints: typeof import('./src/components/verifition/Verify/VerifyPoints.vue')['default'] |
||||
|
VerifySlide: typeof import('./src/components/verifition/Verify/VerifySlide.vue')['default'] |
||||
|
VideoPlayer: typeof import('./src/components/video-player/index.vue')['default'] |
||||
|
WebLink: typeof import('./src/components/web-link/web-link.vue')['default'] |
||||
|
} |
||||
|
export interface ComponentCustomProperties { |
||||
|
vLoading: typeof import('element-plus/es')['ElLoadingDirective'] |
||||
|
} |
||||
|
} |
||||
Loading…
Reference in new issue