The .native modifier for v-on is only valid on components but it was used on <input>
时间:2020-02-01 20:15:12
收藏:0
阅读:3014
原因
- 基础不牢固就是这样了,事件的native修饰符只能在组件上使用,原生的html标签是不能使用的,这是因为我在input标签使用了native修饰符。
原文:https://www.cnblogs.com/HJ412/p/12249781.html
评论(0)