【Vue3】按键修饰符不再支持使用数字

2021-11-14  本文已影响0人  睡神疯子

今天用 keydown 的数字修饰符(键码)时,报了下面这提示,去查了下, Vue3 不再支持键码了。

[vue/no-deprecated-v-on-number-modifiers]
'KeyboardEvent.keyCode' modifier on 'v-on' directive is deprecated. Using 'KeyboardEvent.key' instead.eslint-plugin-vue

更详细的内容可以查看官网:https://v3.cn.vuejs.org/guide/migration/keycode-modifiers.html

上一篇下一篇

猜你喜欢

热点阅读