From 007149f183a9be85ff39953df7afd6b6fe7318ce Mon Sep 17 00:00:00 2001 From: herenshan112 Date: Tue, 2 Jan 2024 15:40:59 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E7=BB=84=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/types/components.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/types/components.d.ts b/src/types/components.d.ts index a31a922dd..204a38a0c 100644 --- a/src/types/components.d.ts +++ b/src/types/components.d.ts @@ -126,6 +126,7 @@ declare module '@vue/runtime-core' { LangSelect: typeof import('./../components/LangSelect/index.vue')['default'] List: typeof import('./../components/DesignForm/public/form/components/list.vue')['default'] ListTreeSide: typeof import('./../components/DesignForm/public/form/components/listTreeSide.vue')['default'] + MathFormula: typeof import('./../components/DesignForm/math/mathFormula.vue')['default'] Matrix: typeof import('./../components/workflow/dialog/matrix.vue')['default'] MultiUpload: typeof import('./../components/Upload/MultiUpload.vue')['default'] NodeWrap: typeof import('./../components/workflow/nodeWrap.vue')['default']