fix:修复引入自定义组件的数据渲染问题

main
liu.shiyi 1 year ago
parent fa73decb72
commit 6cff0a7518

@ -372,7 +372,7 @@ export default {
code: !chart.code ? randomString(8) : chart.code,
option
}
config.key = config.code
config.key = isComponent ? randomString(8) : config.code
// isComponent = false theme
// isComponent = true
if (!isComponent) {

Loading…
Cancel
Save