|
|
|
@ -21,6 +21,7 @@ declare module '@vue/runtime-core' { |
|
|
|
DesignLayoutPage: typeof import('./../components/DesignForm/designLayout/designLayoutPage.vue')['default'] |
|
|
|
DiyIconfont: typeof import('./../components/DesignForm/public/expand/diy-iconfont.vue')['default'] |
|
|
|
DragControl: typeof import('./../components/DesignForm/dragControl.vue')['default'] |
|
|
|
ElAffix: typeof import('element-plus/es')['ElAffix'] |
|
|
|
ElAside: typeof import('element-plus/es')['ElAside'] |
|
|
|
ElAvatar: typeof import('element-plus/es')['ElAvatar'] |
|
|
|
ElBreadcrumb: typeof import('element-plus/es')['ElBreadcrumb'] |
|
|
|
@ -50,8 +51,10 @@ declare module '@vue/runtime-core' { |
|
|
|
ElFormItem: typeof import('element-plus/es')['ElFormItem'] |
|
|
|
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'] |
|
|
|
ElInputNumber: typeof import('element-plus/es')['ElInputNumber'] |
|
|
|
ElLink: typeof import('element-plus/es')['ElLink'] |
|
|
|
ElMain: typeof import('element-plus/es')['ElMain'] |
|
|
|
ElMenu: typeof import('element-plus/es')['ElMenu'] |
|
|
|
ElMenuItem: typeof import('element-plus/es')['ElMenuItem'] |
|
|
|
@ -60,10 +63,15 @@ declare module '@vue/runtime-core' { |
|
|
|
ElPopover: typeof import('element-plus/es')['ElPopover'] |
|
|
|
ElProgress: typeof import('element-plus/es')['ElProgress'] |
|
|
|
ElRadio: typeof import('element-plus/es')['ElRadio'] |
|
|
|
ElRadioButton: typeof import('element-plus/es')['ElRadioButton'] |
|
|
|
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'] |
|
|
|
ElSelectV2: typeof import('element-plus/es')['ElSelectV2'] |
|
|
|
ElSlider: typeof import('element-plus/es')['ElSlider'] |
|
|
|
ElStep: typeof import('element-plus/es')['ElStep'] |
|
|
|
ElSteps: typeof import('element-plus/es')['ElSteps'] |
|
|
|
ElSubMenu: typeof import('element-plus/es')['ElSubMenu'] |
|
|
|
ElSwitch: typeof import('element-plus/es')['ElSwitch'] |
|
|
|
ElTable: typeof import('element-plus/es')['ElTable'] |
|
|
|
@ -97,9 +105,13 @@ declare module '@vue/runtime-core' { |
|
|
|
HeadToolsNew: typeof import('./../components/DesignForm/public/headToolsNew.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'] |
|
|
|
IEpDelete: typeof import('~icons/ep/delete')['default'] |
|
|
|
IEpEdit: typeof import('~icons/ep/edit')['default'] |
|
|
|
IEpMessageBox: typeof import('~icons/ep/message-box')['default'] |
|
|
|
IEpOperation: typeof import('~icons/ep/operation')['default'] |
|
|
|
IEpPicture: typeof import('~icons/ep/picture')['default'] |
|
|
|
IEpPlus: typeof import('~icons/ep/plus')['default'] |
|
|
|
IEpRefresh: typeof import('~icons/ep/refresh')['default'] |
|
|
|
IEpSearch: typeof import('~icons/ep/search')['default'] |
|
|
|
|