keyCode version --> <input v-on:keyup.13="submit" /> <! ... Matches both q and Q --> <input v-on:keypress.q="quit">.
確定! 回上一頁