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