From 5f1825c164436dc2eaf8dd0a43821ca6a48ddfd5 Mon Sep 17 00:00:00 2001 From: lhj <403133128@qq.com> Date: Mon, 18 Nov 2024 00:44:22 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E5=B7=A5=E5=85=B7=E6=A0=8F=E7=BB=98?= =?UTF-8?q?=E5=88=B6=E4=BD=8D=E7=BD=AE=E8=AE=A1=E7=AE=97=EF=BC=8C=E7=BB=84?= =?UTF-8?q?=E4=BB=B6=E5=AE=BD=E5=BA=A6=EF=BC=8C=E9=AB=98=E5=BA=A6=E8=87=AA?= =?UTF-8?q?=E5=8A=A8=E5=8D=A0=E6=BB=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components.d.ts | 1 + src/components/AdaptivePage.vue | 17 +---------------- src/components/DynamicComponent.vue | 19 ++++++++++++------- src/modules/previewScheme.json | 19 ------------------- src/views/Designer.vue | 5 ++--- 5 files changed, 16 insertions(+), 45 deletions(-) diff --git a/components.d.ts b/components.d.ts index d1be826..7e385fe 100644 --- a/components.d.ts +++ b/components.d.ts @@ -8,6 +8,7 @@ export {} declare module 'vue' { export interface GlobalComponents { AdaptivePage: typeof import('./src/components/AdaptivePage.vue')['default'] + ComponentHeader: typeof import('./src/components/DynamicComponent/ComponentHeader.vue')['default'] DynamicComponent: typeof import('./src/components/DynamicComponent.vue')['default'] NestedFunction: typeof import('./src/components/NestedFunction.vue')['default'] PropertyEditor: typeof import('./src/components/PropertyEditor.vue')['default'] diff --git a/src/components/AdaptivePage.vue b/src/components/AdaptivePage.vue index c31c3a7..8a2f887 100644 --- a/src/components/AdaptivePage.vue +++ b/src/components/AdaptivePage.vue @@ -1,5 +1,5 @@