From 797b3ff12bb68877f02d9146ec8e3232c0a59bf3 Mon Sep 17 00:00:00 2001 From: herenshan112 Date: Mon, 25 Mar 2024 10:27:14 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=84=E4=BB=B6=E5=8A=A0=E8=BD=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/types/components.d.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/types/components.d.ts b/src/types/components.d.ts index b86222d90..be91366ad 100644 --- a/src/types/components.d.ts +++ b/src/types/components.d.ts @@ -128,12 +128,9 @@ declare module '@vue/runtime-core' { IEpRefreshLeft: typeof import('~icons/ep/refresh-left')['default'] IEpSearch: typeof import('~icons/ep/search')['default'] IEpSetting: typeof import('~icons/ep/setting')['default'] -<<<<<<< HEAD IEpTop: typeof import('~icons/ep/top')['default'] IEpUploadFilled: typeof import('~icons/ep/upload-filled')['default'] IEpUser: typeof import('~icons/ep/user')['default'] -======= ->>>>>>> v7_master IEpView: typeof import('~icons/ep/view')['default'] LangSelect: typeof import('./../components/LangSelect/index.vue')['default'] LayoutPage: typeof import('./../components/DesignForm/layoutPage/index.vue')['default']