From aacd29944010d77c10d26b599be76161a8d10325 Mon Sep 17 00:00:00 2001 From: dataeaseShu Date: Sun, 18 Feb 2024 10:14:33 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E5=B5=8C=E5=85=A5=E5=BC=8F):=20DIV=20?= =?UTF-8?q?=E5=B5=8C=E5=85=A5=E5=BC=8F=E7=9A=84=E6=A0=B7=E5=BC=8F=E5=86=B2?= =?UTF-8?q?=E7=AA=81=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/core-frontend/config/common.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/core/core-frontend/config/common.ts b/core/core-frontend/config/common.ts index db115774e3..f83aa78d74 100644 --- a/core/core-frontend/config/common.ts +++ b/core/core-frontend/config/common.ts @@ -45,7 +45,8 @@ export default { }), createSvgIconsPlugin({ iconDirs: [pathResolve('src/assets/svg')], - symbolId: 'icon-[dir]-[name]' + symbolId: 'icon-[dir]-[name]', + customDomId: '__svg__icons__dom__de' }), VueI18nPlugin({ runtimeOnly: false,