Element input component listens to value

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. .


learn about compositionstart compositionend events, [ http://www.cnblogs.com/lonhon.]


see what version of your element ui is, the new version should solve this problem

Menu