keyCode version --> <input v-on:keyup.13="submit" /> <!-- alias version --> <input v-on:keyup.enter="submit" />.
確定! 回上一頁