Global keypress events can be handled by attaching listeners after the component is created new Vue({ created: function () { window.addEventListener('keyup' ...
確定! 回上一頁