after using the < el-input > component of ele.me, I want to listen to the value bound by v-model and send it to another component
. In fact, during the process of entering the Chinese input method, I can always receive a value that changes the value of value.
Native Input does not have this situation
how to solve it. .