How does vue proactively trigger all input out-of-focus events?

I have registered the same losing focus event function for each Input, and passed some unique parameters. If I just execute the event function, I can"t get these parameters, and I want to trigger all of them. Is there any good way to do this?

Mar.06,2021

you can refer to the operation in the source code of JQuery. You can use focus () directly in Jquery to make elements get focus

.
Menu