... 的寫法為: <input v-on:keyup=""> ,當然也有簡寫了 <input @keyup=""> ,老樣子, ... <div> <input type="text" value="先點我再按下Enter" @keyup.enter="pop" ...
確定! 回上一頁