mirror of
https://gitee.com/dromara/go-view.git
synced 2026-04-23 00:00:12 +08:00
fix: 修改折线图不展示,不会动态变更的bug
This commit is contained in:
@@ -15,7 +15,7 @@ export const mergeTheme = <T, U>(
|
||||
themeSetting: U,
|
||||
includes: string[]
|
||||
) => {
|
||||
return merge({}, pick(themeSetting, includes), option)
|
||||
return option = merge({}, pick(themeSetting, includes), option)
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user