Skip to content

Commit 677f100

Browse files
committed
fix: make notMerge still respect to update-options
1 parent c1838ef commit 677f100

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ECharts.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,8 +195,8 @@ export default defineComponent({
195195
init();
196196
} else {
197197
chart.value.setOption(option, {
198-
...realUpdateOptions.value,
199-
notMerge: option.value !== oldOption?.value
198+
notMerge: option.value !== oldOption?.value,
199+
...realUpdateOptions.value
200200
});
201201
}
202202
},

0 commit comments

Comments
 (0)