import Vue from 'vue' import VueHotkey from 'v-hotkey' Vue.use(VueHotkey) ... 'ctrl+esc': this.toggle, 'enter': { keydown: this.hide, ...
確定! 回上一頁