fix: 图表配置项变化时缩略图未更新

This commit is contained in:
pipipi-pikachu 2022-04-10 10:41:17 +08:00
parent bfb0f9152a
commit f42dcba174

View File

@ -123,6 +123,7 @@ export default defineComponent({
() => props.width,
() => props.height,
() => props.data,
() => props.options,
slideScale,
], updateChart)