<el-input @input="handleInput($event)"></el-input> methods: { handleInput(e) { this.$forceUpdate() } }