mirror of
https://github.com/KevinMidboe/vue-chartjs.git
synced 2025-10-29 18:00:20 +00:00
Replace lodash with lodash.merge
Single module should be smaller Signed-off-by: Jakub Juszczak <netghost03@gmail.com>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import merge from 'lodash/fp/merge'
|
||||
import merge from 'lodash.merge'
|
||||
|
||||
export function mergeOptions (obj, src) {
|
||||
return merge(obj, src)
|
||||
|
||||
Reference in New Issue
Block a user