mirror of
https://github.com/dataease/dataease.git
synced 2026-05-14 21:12:33 +08:00
fix(嵌入式): DIV 嵌入式的样式冲突问题
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user