Currently working with vue2 on my development project.
I have noticed that the computed property only activates when Chinese input is typed, either through keyup or keydown.
(example: ㄨㄛˇ => 我
It only triggers once instead of three times when formatting into a word)
It seems different compared to regular JavaScript events. Is this assessment accurate?