美文网首页
【Vue3】按键修饰符不再支持使用数字

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

作者: 睡神疯子 | 来源:发表于2021-11-14 15:58 被阅读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

    相关文章

      网友评论

          本文标题:【Vue3】按键修饰符不再支持使用数字

          本文链接:https://www.haomeiwen.com/subject/mdsqtrtx.html