Skip to content

39.Vue 常用的修饰符有哪些有什么应用场景?

  • 表单修饰符 lazy、trim、number
  • 事件修饰符 stop、prevent、self、once、capture、passive、.native
  • 鼠标按键修饰符 left、right、middle
  • 键值修饰符 对 keyCode 处理
  • .sync 修饰符

Vue3 中移除 .sync.native 修饰符

Released under the MIT License.