Skip to content

v-autofocus

Auto-focuses the element on mount. Works with <input>, <button>, <textarea>, and <select>. For other elements, focuses the first <input> child.

Usage

vue
<input v-autofocus />

Demo