2👍
A more general trigger is when a user focuses on the input.
It is done by the focus
event.
So something like
@focus='certainFunction'
It doesn’t matter if he got there by clicking or tabbing, he is still focused on the input.
- [Vuejs]-Dynamic routing with static JSON in Vuejs
- [Vuejs]-Same component with different background-color
Source:stackexchange.com