448 Views
To set focus on an input in Vue.js: Set a ref on the input element. Access the new ref from the $refs property of the Vue instance. Call the focus() method on the ref element object. For example: First, we create a new Vue instance ref by setting the input ref prop to a value ( name).
0 comments