forked from github/dataease
fix(嵌入式): DIV 嵌入式的样式冲突问题
This commit is contained in:
parent
a837c7699a
commit
aacd299440
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user