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

main
liu.shiyi
parent fa73decb72
commit 6cff0a7518

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

Loading…
Cancel
Save