提交 62e4e002 编写于 作者: 雪洛's avatar 雪洛

fix(ssr): page-meta-head未能传送到head下的Bug

上级 6c9e900d
......@@ -8,11 +8,7 @@ export const transformPageHead: NodeTransform = (node, context) => {
checkElementNodeTag(node, 'head') &&
checkElementNodeTag(context.parent, 'page-meta')
) {
if (process.env.UNI_APP_X === 'true') {
;(node as ElementNode).tag = 'page-meta-head'
;(node as ElementNode).tagType = ElementTypes.COMPONENT
} else {
context.removeNode(node)
}
;(node as ElementNode).tag = 'page-meta-head'
;(node as ElementNode).tagType = ElementTypes.COMPONENT
}
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册