原因

  • 基础不牢固就是这样了,事件的native修饰符只能在组件上使用,原生的html标签是不能使用的,这是因为我在input标签使用了native修饰符。

The .native modifier for v-on is only valid on components but it was used on <input>

相关文章:

  • 2022-12-23
  • 2021-09-27
  • 2022-12-23
  • 2021-12-12
  • 2021-12-26
  • 2021-12-29
  • 2021-07-11
猜你喜欢
  • 2021-05-29
  • 2021-11-12
  • 2021-11-25
  • 2022-12-23
  • 2021-09-01
  • 2021-10-08
  • 2021-05-16
相关资源
相似解决方案