mirror of
https://github.com/tenrok/vue-meta.git
synced 2026-06-17 08:30:34 +03:00
fix: Handle body attribute with valid W3C HTML
This commit is contained in:
@@ -52,7 +52,7 @@ export default function _getMetaInfo (options = {}) {
|
||||
option: keyName,
|
||||
deep: true,
|
||||
arrayMerge (target, source) {
|
||||
// we concat the arrays without merging objects contained therein,
|
||||
// we concat the arrays without merging objects contained in,
|
||||
// but we check for a `vmid` property on each object in the array
|
||||
// using an O(1) lookup associative array exploit
|
||||
// note the use of "for in" - we are looping through arrays here, not
|
||||
|
||||
Reference in New Issue
Block a user