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