element 輸入框input不能正常輸入,輸入了也不能刪除的問題,

加入這個,@input="change($event)" 

<el-input type="text" v-model="addformData.xx" @input="change($event)"  placeholder="分類名稱"></el-input>
methods: {
  change(){
    this.$forceUpdate();
  },

}this

相關文章
相關標籤/搜索