|
@@ -0,0 +1,54 @@
|
|
|
|
+/* eslint-disable */
|
|
|
|
+/* prettier-ignore */
|
|
|
|
+// @ts-nocheck
|
|
|
|
+// Generated by unplugin-vue-components
|
|
|
|
+// Read more: https://github.com/vuejs/core/pull/3399
|
|
|
|
+import '@vue/runtime-core'
|
|
|
|
+
|
|
|
|
+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']
|
|
|
|
+ ElCard: typeof import('element-plus/es')['ElCard']
|
|
|
|
+ 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']
|
|
|
|
+ ElForm: typeof import('element-plus/es')['ElForm']
|
|
|
|
+ ElFormItem: typeof import('element-plus/es')['ElFormItem']
|
|
|
|
+ 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']
|
|
|
|
+ ElTooltip: typeof import('element-plus/es')['ElTooltip']
|
|
|
|
+ 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']
|
|
|
|
+ IconCommunity: typeof import('./src/components/icons/IconCommunity.vue')['default']
|
|
|
|
+ IconDocumentation: typeof import('./src/components/icons/IconDocumentation.vue')['default']
|
|
|
|
+ IconEcosystem: typeof import('./src/components/icons/IconEcosystem.vue')['default']
|
|
|
|
+ Icons: typeof import('./src/components/icons/index.vue')['default']
|
|
|
|
+ IconSupport: typeof import('./src/components/icons/IconSupport.vue')['default']
|
|
|
|
+ IconTooling: typeof import('./src/components/icons/IconTooling.vue')['default']
|
|
|
|
+ Mobile: typeof import('./src/components/mobile/index.vue')['default']
|
|
|
|
+ Pc: typeof import('./src/components/pc/index.vue')['default']
|
|
|
|
+ Popup: typeof import('./src/components/popup/index.vue')['default']
|
|
|
|
+ RouterLink: typeof import('vue-router')['RouterLink']
|
|
|
|
+ RouterView: typeof import('vue-router')['RouterView']
|
|
|
|
+ TheWelcome: typeof import('./src/components/TheWelcome.vue')['default']
|
|
|
|
+ Toast: typeof import('./src/components/Toast/Toast.vue')['default']
|
|
|
|
+ WelcomeItem: typeof import('./src/components/WelcomeItem.vue')['default']
|
|
|
|
+ }
|
|
|
|
+ export interface ComponentCustomProperties {
|
|
|
|
+ vLoading: typeof import('element-plus/es')['ElLoadingDirective']
|
|
|
|
+ }
|
|
|
|
+}
|