mirror of
https://github.com/ecomfe/vue-echarts.git
synced 2025-08-15 03:33:19 +08:00
fix: make notMerge still respect to update-options
This commit is contained in:
@ -195,8 +195,8 @@ export default defineComponent({
|
|||||||
init();
|
init();
|
||||||
} else {
|
} else {
|
||||||
chart.value.setOption(option, {
|
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