forked from github/dataease
Merge pull request #8030 from dataease/pr@dev-v2_query_com
fix(嵌入式): DIV 嵌入式的样式冲突问题
This commit is contained in:
commit
0204d60b07
@ -45,7 +45,8 @@ export default {
|
|||||||
}),
|
}),
|
||||||
createSvgIconsPlugin({
|
createSvgIconsPlugin({
|
||||||
iconDirs: [pathResolve('src/assets/svg')],
|
iconDirs: [pathResolve('src/assets/svg')],
|
||||||
symbolId: 'icon-[dir]-[name]'
|
symbolId: 'icon-[dir]-[name]',
|
||||||
|
customDomId: '__svg__icons__dom__de'
|
||||||
}),
|
}),
|
||||||
VueI18nPlugin({
|
VueI18nPlugin({
|
||||||
runtimeOnly: false,
|
runtimeOnly: false,
|
||||||
|
Loading…
Reference in New Issue
Block a user