mirror of
https://github.com/ecomfe/vue-echarts.git
synced 2025-10-28 23:48:21 +08:00
docs: update readme
This commit is contained in:
@ -108,9 +108,7 @@ export default defineComponent({
|
||||
override?: UpdateOptions,
|
||||
): UpdateOptions {
|
||||
const base = realUpdateOptions.value;
|
||||
const result: UpdateOptions = {
|
||||
...(override ?? {}),
|
||||
};
|
||||
const result: UpdateOptions = { ...override };
|
||||
|
||||
const replacements = [
|
||||
...(plan?.replaceMerge ?? []),
|
||||
|
||||
Reference in New Issue
Block a user