didi / cube-ui

:large_orange_diamond: A fantastic mobile ui lib implement by Vue
https://didi.github.io/cube-ui/
Apache License 2.0
9.14k stars 1.47k forks source link

jsx使用form表单时model传值为空 #758

Closed sy-fe closed 3 years ago

sy-fe commented 3 years ago

Version

1.12.38

Reproduction link

https://codesandbox.io/s/peaceful-bouman-5l8fh?file=/src/views/Home.vue

Steps to reproduce

form表单jsx 语法,model传值传不过去, template 语法正常, 但是我必须要用render jsx语法

What is expected?

默认值可以正常回显

What is actually happening?

没有回显

Dependencies Version

vue: 2.6.11 better-scroll: 2.1.4

dolymood commented 3 years ago

vue jsx 的问题 参考

https://github.com/vuejs/jsx/issues/49