提交 7973e8ad 编写于 作者: X xiaoyucoding

fix: text 中只能嵌套 text

上级 88f95fb6
...@@ -50,7 +50,7 @@ export default { ...@@ -50,7 +50,7 @@ export default {
nodeList.push(createElement('br')) nodeList.push(createElement('br'))
} }
}) })
} else { } else if (vnode.componentOptions && vnode.componentOptions.tag === 'v-uni-text') {
nodeList.push(vnode) nodeList.push(vnode)
} }
}) })
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册