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