|
|
@@ -2,7 +2,6 @@ |
|
|
|
export {} |
|
|
|
declare global { |
|
|
|
const EffectScope: typeof import('vue')['EffectScope'] |
|
|
|
const ElForm: typeof import('element-plus/es')['ElForm'] |
|
|
|
const ElMessage: typeof import('element-plus/es')['ElMessage'] |
|
|
|
const ElMessageBox: typeof import('element-plus/es')['ElMessageBox'] |
|
|
|
const asyncComputed: typeof import('@vueuse/core')['asyncComputed'] |
|
|
@@ -271,7 +270,6 @@ import { UnwrapRef } from 'vue' |
|
|
|
declare module 'vue' { |
|
|
|
interface ComponentCustomProperties { |
|
|
|
readonly EffectScope: UnwrapRef<typeof import('vue')['EffectScope']> |
|
|
|
readonly ElForm: UnwrapRef<typeof import('element-plus/es')['ElForm']> |
|
|
|
readonly ElMessage: UnwrapRef<typeof import('element-plus/es')['ElMessage']> |
|
|
|
readonly ElMessageBox: UnwrapRef<typeof import('element-plus/es')['ElMessageBox']> |
|
|
|
readonly asyncComputed: UnwrapRef<typeof import('@vueuse/core')['asyncComputed']> |
|
|
|