mirror of
https://github.com/ecomfe/vue-echarts.git
synced 2025-08-14 19:23:28 +08:00
fix: make notMerge still respect to update-options
This commit is contained in:
@ -195,8 +195,8 @@ export default defineComponent({
|
||||
init();
|
||||
} else {
|
||||
chart.value.setOption(option, {
|
||||
...realUpdateOptions.value,
|
||||
notMerge: option.value !== oldOption?.value
|
||||
notMerge: option.value !== oldOption?.value,
|
||||
...realUpdateOptions.value
|
||||
});
|
||||
}
|
||||
},
|
||||
|
Reference in New Issue
Block a user