diff --git a/src/autoImport/auto-imports.d.ts b/src/autoImport/auto-imports.d.ts index d6ba4c7..80cefb8 100644 --- a/src/autoImport/auto-imports.d.ts +++ b/src/autoImport/auto-imports.d.ts @@ -7,10 +7,8 @@ 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 ElNotification: typeof import('element-plus/es')['ElNotification'] const asyncComputed: typeof import('@vueuse/core')['asyncComputed'] const autoResetRef: typeof import('@vueuse/core')['autoResetRef'] const computed: typeof import('vue')['computed'] @@ -287,10 +285,8 @@ declare module 'vue' { interface GlobalComponents {} interface ComponentCustomProperties { readonly EffectScope: UnwrapRef - readonly ElForm: UnwrapRef readonly ElMessage: UnwrapRef readonly ElMessageBox: UnwrapRef - readonly ElNotification: UnwrapRef readonly asyncComputed: UnwrapRef readonly autoResetRef: UnwrapRef readonly computed: UnwrapRef diff --git a/src/components/formTable/index.vue b/src/components/formTable/index.vue index b1fce78..2083944 100644 --- a/src/components/formTable/index.vue +++ b/src/components/formTable/index.vue @@ -958,7 +958,7 @@ defineExpose({ saveDraft }) -