mirror of
https://github.com/KevinMidboe/vue-chartjs.git
synced 2026-01-30 05:16:07 +00:00
Replace deepmerge with lodash.merge
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import merge from 'deepmerge'
|
||||
import merge from 'lodash.merge'
|
||||
|
||||
export function mergeOptions (obj, src) {
|
||||
return merge(obj, src)
|
||||
|
||||
Reference in New Issue
Block a user