From 8ea884a71ec7e3728ef8c65501521a516a372cca Mon Sep 17 00:00:00 2001 From: lhj <403133128@qq.com> Date: Wed, 13 Nov 2024 00:20:25 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E4=BF=AE=E6=94=B9=E7=BB=84=E4=BB=B6?= =?UTF-8?q?=E6=95=B0=E6=8D=AE=E6=9B=B4=E6=96=B0=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- preview/views/MainView.vue | 6 +-- src/components/DynamicComponent.vue | 70 ++++++++++++----------------- 2 files changed, 32 insertions(+), 44 deletions(-) diff --git a/preview/views/MainView.vue b/preview/views/MainView.vue index bd117fd..dfce25a 100644 --- a/preview/views/MainView.vue +++ b/preview/views/MainView.vue @@ -78,9 +78,9 @@ let list = ref([]); let componentsList = []; const store = useSchemeStore(); -watch(store, (n) => { - console.log("store发生了变化", n); -}); +// watch(store, (n) => { +// console.log("store发生了变化", n); +// }); const baseScheme = { "type": "AdaptivePage", diff --git a/src/components/DynamicComponent.vue b/src/components/DynamicComponent.vue index 3f1054e..10123c9 100644 --- a/src/components/DynamicComponent.vue +++ b/src/components/DynamicComponent.vue @@ -1,14 +1,16 @@