focus on input field vuejs event

JavaScript
<input 
  @focus="function"
/>
Source

Also in JavaScript: