I'm using vue2 to delveop my project.
I found that the computed property will only trigger when we keyup/keydown chinese input to a word.
(ex: ㄨㄛˇ => 我
It will only trigger 1 times not 3 times when it format to a word)
It's not like pure javascript's event. Is that correct !?