vue-hotkey-v3
v1.0.18
Published
Wrapped with vue based on [`hotkeys-js`](https://github.com/jaywcjlove/hotkeys)
Downloads
54
Readme
vue-hotkeys
Wrapped with vue based on hotkeys-js
install
npm install vue-hotkey-v3 --save
usage
import hotkeys from 'vue-hotkey-v3'
const app = createApp(App)
app.use(hotkeys)
app.mount('#app')