From f3593c453a8b8d5eb8cbd0ed5402132b027461b9 Mon Sep 17 00:00:00 2001 From: walkInALine <478207401@qq.com> Date: Mon, 18 Dec 2023 15:15:32 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20useClipboard=E5=9C=A8ip=E5=9C=B0?= =?UTF-8?q?=E5=9D=80=E4=B8=8B=E4=B8=8D=E8=83=BD=E4=BD=BF=E7=94=A8=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Setting/src/Setting.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/Setting/src/Setting.vue b/src/components/Setting/src/Setting.vue index 8d2cbba..3581761 100644 --- a/src/components/Setting/src/Setting.vue +++ b/src/components/Setting/src/Setting.vue @@ -174,7 +174,8 @@ const copyConfig = async () => { // 头部边框颜色 topToolBorderColor: '${appStore.getTheme.topToolBorderColor}' } - ` + `, + legacy: true }) if (!isSupported) { ElMessage.error(t('setting.copyFailed'))