From 0743e79826f8d782ac50f410f9c9f59794df326e Mon Sep 17 00:00:00 2001 From: kooriookami <38392315+kooriookami@users.noreply.github.com> Date: Tue, 31 Aug 2021 13:34:45 +0800 Subject: [PATCH] fix: icon clipboard (#3142) --- website/entry.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/entry.js b/website/entry.js index c910414cec..6493f4ef17 100644 --- a/website/entry.js +++ b/website/entry.js @@ -63,9 +63,9 @@ router.isReady().then(() => { app.config.globalProperties.$copySvgIcon = iconName => { clipboardCopy( - ` + ` <${hyphenate(iconName)} /> - + `, ).then(() => { app.config.globalProperties.$message({