Skip to content

Vue v2/v3 差异

  • v-on 不支持 keycode 作为修饰符
  • 实例方法 $on, $off, $once, $destory 移除,实例属性 $children
  • 不再支持过滤器,可以使用计算属性或方法代替。

最后更新于: