|
@@ -312,6 +312,10 @@ declare module 'vue' {
|
|
|
interface GlobalComponents {}
|
|
|
interface ComponentCustomProperties {
|
|
|
readonly EffectScope: UnwrapRef<typeof import('vue')['EffectScope']>
|
|
|
+ readonly ElLoading: UnwrapRef<typeof import('element-plus/es')['ElLoading']>
|
|
|
+ readonly ElMessage: UnwrapRef<typeof import('element-plus/es')['ElMessage']>
|
|
|
+ readonly ElMessageBox: UnwrapRef<typeof import('element-plus/es')['ElMessageBox']>
|
|
|
+ readonly ElNotification: UnwrapRef<typeof import('element-plus/es')['ElNotification']>
|
|
|
readonly acceptHMRUpdate: UnwrapRef<typeof import('pinia')['acceptHMRUpdate']>
|
|
|
readonly asyncComputed: UnwrapRef<typeof import('@vueuse/core')['asyncComputed']>
|
|
|
readonly autoResetRef: UnwrapRef<typeof import('@vueuse/core')['autoResetRef']>
|