2
0
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:
Atinux
2017-11-06 12:32:43 +01:00
parent 8ac7ecccaa
commit 885a3f5fdf
4 changed files with 6 additions and 9 deletions
+1 -1
View File
@@ -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