mpvue input标签内,:type与v-model同时设定时报错

o2gm4chl  于 5个月前  发布在  其他
关注(0)|答案(2)|浏览(42)

[问题简单描述]

input标签内,:type与v-model同时设定时报错

问题复现:
<input :type="type" v-model="email">
编译时报错

报错信息如下
- <input :type="type" v-model="email">:
v-model does not support dynamic input types. Use v-if branches instead.

https://jsfiddle.net/eywraw8t/196682/
vue此情况可正常使用。

期望的表现:

同vue里一样,功能正常

6mw9ycah

6mw9ycah1#

开发模式正常打包就报错

g6ll5ycj

g6ll5ycj2#

issue超过30天无更新或响应,7天后将自动关闭,如果问题状态有更新请及时更新issue

相关问题