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

fix(mp): edge case of v-model

上级 6e0c0b10
......@@ -131,7 +131,7 @@ function transformElementVModel(
binding: 'value',
event: 'input',
formatEventCode(code) {
return code.replace(`= $event`, `= $event.detail.value`)
return code.replace(/=\s\$event/g, `= $event.detail.value`)
},
})
if (dirs.length === 2) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册