2
0
mirror of https://github.com/tenrok/vue-meta.git synced 2026-06-16 23:30:34 +03:00

fix zombie base tag + document supported props

This commit is contained in:
Declan de Wet
2016-11-03 08:52:16 +02:00
parent bb98313007
commit c670b25add
2 changed files with 150 additions and 10 deletions
+1 -3
View File
@@ -40,9 +40,7 @@ export default function updateClientMetaInfo (newInfo, $root) {
// update tags
for (let i = 0, len = tags.length; i < len; i++) {
const tag = tags[i]
if (newInfo[tag]) {
updateTags(tag, newInfo[tag], headTag)
}
updateTags(tag, newInfo[tag], headTag)
}
} else {
htmlTag.removeAttribute(SERVER_RENDERED_ATTRIBUTE)