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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user