From 6623fe741193908ac5c7bb8da944840c358e0a7f Mon Sep 17 00:00:00 2001 From: wangjiahao <1522128093@qq.com> Date: Tue, 30 Jan 2024 13:55:26 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E4=BB=AA=E8=A1=A8=E6=9D=BF):=20=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D=E9=83=A8=E5=88=86=E4=BB=AA=E8=A1=A8=E6=9D=BF=E6=88=AA?= =?UTF-8?q?=E5=9B=BE=E6=97=A0=E6=B0=B4=E5=8D=B0=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/components/canvas/components/editor/Preview.vue | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/core/frontend/src/components/canvas/components/editor/Preview.vue b/core/frontend/src/components/canvas/components/editor/Preview.vue index 5b4c69346f..d05888ece5 100644 --- a/core/frontend/src/components/canvas/components/editor/Preview.vue +++ b/core/frontend/src/components/canvas/components/editor/Preview.vue @@ -508,6 +508,13 @@ export default { } }) } + }, + screenShotStatues: { + handler(newVal, oldVla) { + if (this.screenShotStatues) { + this.initWatermark('preview-temp-canvas-main') + } + } } }, created() {