vue中 element-ui 的 el-input 的回車鍵監聽事件的幾種方法

(1)@keyup.enter.native綁定監聽事件 組件: <el-input v-model="input1" @keyup.enter.native="submit1"></el-input> 監聽事件: submit1: function(event) {                 alert("1.您輸入的數據爲:" + this.input1 + '!')          
相關文章
相關標籤/搜索