Problems and reasons why the input box in elementUI cannot be input

When adding a new input, I suddenly cannot enter content.

 My guess is that the input content is not rendered. Here is @input="change($event)"a method to monitor the input.this.$force

change (e) {
    this.$forceUpdate()
}

Update()Manual rendering

Guess you like

Origin blog.csdn.net/weixin_60196946/article/details/132496995