mirror of
https://github.com/tenrok/vue-meta.git
synced 2026-06-11 00:22:25 +03:00
chore: remove unnecessary else in mergeDataInResult
This commit is contained in:
@@ -72,7 +72,6 @@ function mergeDataInResult (data, result, component, arrayMerge) {
|
||||
if (typeof data === 'object') {
|
||||
// merge with existing options
|
||||
return deepmerge(result, data, { arrayMerge })
|
||||
} else {
|
||||
return data
|
||||
}
|
||||
return data
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user