|
@@ -10,6 +10,22 @@ export {}
|
|
|
declare module '@vue/runtime-core' {
|
|
|
export interface GlobalComponents {
|
|
|
Confirm: typeof import('./src/components/Toast/Confirm.vue')['default']
|
|
|
+ ElButton: typeof import('element-plus/es')['ElButton']
|
|
|
+ ElButtonGroup: typeof import('element-plus/es')['ElButtonGroup']
|
|
|
+ ElCheckbox: typeof import('element-plus/es')['ElCheckbox']
|
|
|
+ ElCol: typeof import('element-plus/es')['ElCol']
|
|
|
+ ElDialog: typeof import('element-plus/es')['ElDialog']
|
|
|
+ ElEmpty: typeof import('element-plus/es')['ElEmpty']
|
|
|
+ ElIcon: typeof import('element-plus/es')['ElIcon']
|
|
|
+ ElInput: typeof import('element-plus/es')['ElInput']
|
|
|
+ ElOption: typeof import('element-plus/es')['ElOption']
|
|
|
+ ElPagination: typeof import('element-plus/es')['ElPagination']
|
|
|
+ ElRow: typeof import('element-plus/es')['ElRow']
|
|
|
+ ElSelect: typeof import('element-plus/es')['ElSelect']
|
|
|
+ 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']
|
|
|
Footer: typeof import('./src/components/mobile/footer.vue')['default']
|
|
|
Header: typeof import('./src/components/mobile/header.vue')['default']
|
|
|
HelloWorld: typeof import('./src/components/HelloWorld.vue')['default']
|