v热键 Vue 2.x指令,用于将热键绑定到组件。 和我一起玩 安装 $ npm i v-hotkey # or $ yarn add v-hotkey 用法 import Vue from 'vue' import VueHotkey from 'v-hotkey' Vue . use ( VueHotkey ) < template> < span xss=removed xss=removed> Press `ctrl + esc` to toggle me! Hold `enter` to hide me!