今天用 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
网友评论