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

fix(mp): v-model

上级 bf46bd70
......@@ -62,7 +62,7 @@ module.exports = function processRef (paths, path, state) {
return [ // attrs:{value:value}
t.objectProperty(
t.stringLiteral('value'),
t.stringLiteral(process.env.UNI_USING_VUE3 ? 'modelValue' : 'value'),
t.identifier(prop)
)
]
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册