提交 dbcd7a6d 编写于 作者: fxy060608's avatar fxy060608

feat(cli): wraps text in a <text> tag (nvue)

上级 7e0cd629
...@@ -20,7 +20,7 @@ const deprecated = { ...@@ -20,7 +20,7 @@ const deprecated = {
if (process.env.UNI_USING_NVUE_COMPILER) { if (process.env.UNI_USING_NVUE_COMPILER) {
const wrapperTextTag = function (el, options) { const wrapperTextTag = function (el, options) {
const tag = el.tag const tag = el.tag
if (tag === 'text' || tag === 'button') { if (tag === 'text' || tag === 'u-text' || tag === 'button') {
return return
} }
const children = el.children const children = el.children
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册