[问题简单描述]
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里一样,功能正常
2条答案
按热度按时间6mw9ycah1#
开发模式正常打包就报错
g6ll5ycj2#
issue超过30天无更新或响应,7天后将自动关闭,如果问题状态有更新请及时更新issue