From cac259a7730342370c062e0e2326f68181710fb6 Mon Sep 17 00:00:00 2001 From: Moore Date: Sat, 28 Oct 2023 22:01:35 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E7=BB=88=E7=AB=AF?= =?UTF-8?q?=E5=91=8A=E8=AD=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/attribute.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/attribute.vue b/src/components/attribute.vue index 667d360d..082751c4 100644 --- a/src/components/attribute.vue +++ b/src/components/attribute.vue @@ -507,7 +507,7 @@ const changeFontFamily = (fontName) => { canvasEditor.canvas.renderAll(); Spin.hide(); }) - .catch((err) => { + .catch(() => { Spin.hide(); }); };