提交 65028db7 编写于 作者: DCloud-WZF's avatar DCloud-WZF 💬

wip(uts): v-show

上级 16b0fa5e
......@@ -5,7 +5,7 @@ describe('compiler:v-show', () => {
assert(
`<view v-show="a"></view>`,
`withDirectives(createElementVNode("view", null, null, 512 /* NEED_PATCH */), [
[_vShow, _ctx.a]
[vShow, _ctx.a]
])`
)
})
......
......@@ -166,7 +166,8 @@ export function createTransformContext(
}
},
helperString(name) {
return `_${helperNameMap[context.helper(name)]}`
// return `_${helperNameMap[context.helper(name)]}`
return `${helperNameMap[context.helper(name)]}`
},
replaceNode(node) {
if (!context.currentNode) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册