From eb6fbc7b5cc589dc5c7b10bec4c5590369e042d1 Mon Sep 17 00:00:00 2001 From: fit2cloud-chenyw Date: Thu, 27 Jan 2022 16:20:34 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BB=AA=E8=A1=A8=E6=9D=BF=E7=BC=96?= =?UTF-8?q?=E8=BE=91=E6=98=BE=E7=A4=BA=E7=A9=BA=E7=99=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/components/canvas/components/Editor/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/components/canvas/components/Editor/index.vue b/frontend/src/components/canvas/components/Editor/index.vue index c84b50d0b1..d87568af00 100644 --- a/frontend/src/components/canvas/components/Editor/index.vue +++ b/frontend/src/components/canvas/components/Editor/index.vue @@ -101,7 +101,7 @@ :id="'component' + item.id" ref="wrapperChild" class="component" - :filters="filterMap[item.propValue.viewId]" + :filters="filterMap[item.propValue && item.propValue.viewId]" :style="getComponentStyleDefault(item.style)" :prop-value="item.propValue" :element="item"