<input v-on:keyup.down="myFunction" /> .left Whenever the left arrow key is tapped. <input v-on:keyup.left="myFunction" /> .right Whenever the right arrow ...
確定! 回上一頁