a
This commit is contained in:
65
components.d.ts
vendored
Normal file
65
components.d.ts
vendored
Normal file
@@ -0,0 +1,65 @@
|
||||
// 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'
|
||||
|
||||
declare module '@vue/runtime-core' {
|
||||
export interface GlobalComponents {
|
||||
AppLink: typeof import('./src/components/app-link/index.vue')['default']
|
||||
ColorPicker: typeof import('./src/components/color-picker/index.vue')['default']
|
||||
DaterangePicker: typeof import('./src/components/daterange-picker/index.vue')['default']
|
||||
DelWrap: typeof import('./src/components/del-wrap/index.vue')['default']
|
||||
DictValue: typeof import('./src/components/dict-value/index.vue')['default']
|
||||
Editor: typeof import('./src/components/editor/index.vue')['default']
|
||||
ElAlert: typeof import('element-plus/es')['ElAlert']
|
||||
ElButton: typeof import('element-plus/es')['ElButton']
|
||||
ElCard: typeof import('element-plus/es')['ElCard']
|
||||
ElConfigProvider: typeof import('element-plus/es')['ElConfigProvider']
|
||||
ElDatePicker: typeof import('element-plus/es')['ElDatePicker']
|
||||
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']
|
||||
ElImage: typeof import('element-plus/es')['ElImage']
|
||||
ElInput: typeof import('element-plus/es')['ElInput']
|
||||
ElOption: typeof import('element-plus/es')['ElOption']
|
||||
ElPagination: typeof import('element-plus/es')['ElPagination']
|
||||
ElRadio: typeof import('element-plus/es')['ElRadio']
|
||||
ElRadioGroup: typeof import('element-plus/es')['ElRadioGroup']
|
||||
ElScrollbar: typeof import('element-plus/es')['ElScrollbar']
|
||||
ElSelect: typeof import('element-plus/es')['ElSelect']
|
||||
ElSwitch: typeof import('element-plus/es')['ElSwitch']
|
||||
ElTable: typeof import('element-plus/es')['ElTable']
|
||||
ElTableColumn: typeof import('element-plus/es')['ElTableColumn']
|
||||
ElTabPane: typeof import('element-plus/es')['ElTabPane']
|
||||
ElTabs: typeof import('element-plus/es')['ElTabs']
|
||||
ExportData: typeof import('./src/components/export-data/index.vue')['default']
|
||||
FooterBtns: typeof import('./src/components/footer-btns/index.vue')['default']
|
||||
Icon: typeof import('./src/components/icon/index.vue')['default']
|
||||
IconPicker: typeof import('./src/components/icon/picker.vue')['default']
|
||||
IconSvgIcon: typeof import('./src/components/icon/svg-icon.vue')['default']
|
||||
ImageContain: typeof import('./src/components/image-contain/index.vue')['default']
|
||||
Link: typeof import('./src/components/link/index.vue')['default']
|
||||
LinkCustomLink: typeof import('./src/components/link/custom-link.vue')['default']
|
||||
LinkPicker: typeof import('./src/components/link/picker.vue')['default']
|
||||
LinkShopPages: typeof import('./src/components/link/shop-pages.vue')['default']
|
||||
Loading: typeof import('element-plus/es')['ElLoadingDirective']
|
||||
Material: typeof import('./src/components/material/index.vue')['default']
|
||||
MaterialFile: typeof import('./src/components/material/file.vue')['default']
|
||||
MaterialPicker: typeof import('./src/components/material/picker.vue')['default']
|
||||
MaterialPreview: typeof import('./src/components/material/preview.vue')['default']
|
||||
OverflowTooltip: typeof import('./src/components/overflow-tooltip/index.vue')['default']
|
||||
Pagination: typeof import('./src/components/pagination/index.vue')['default']
|
||||
PopoverInput: typeof import('./src/components/popover-input/index.vue')['default']
|
||||
Popup: typeof import('./src/components/popup/index.vue')['default']
|
||||
RouterLink: typeof import('vue-router')['RouterLink']
|
||||
RouterView: typeof import('vue-router')['RouterView']
|
||||
Upload: typeof import('./src/components/upload/index.vue')['default']
|
||||
VideoPlayer: typeof import('./src/components/video-player/index.vue')['default']
|
||||
}
|
||||
}
|
||||
|
||||
export {}
|
||||
Reference in New Issue
Block a user