Vue 3 Key Modifier on v-on --> <input v-on:keyup.page-down="nextPage"> <!-- Matches both q and Q --> <input v-on:keypress.q="quit">.
確定! 回上一頁