Reusable Focus Directive For Vue.js

A reusable focus directive for reusable Vue.js components. It can be tricky to manage input focus. You always have to fall back to accessing DOM elements and calling .focus or .blur on them.

Preview:

reusable-focus-directive-for-vue-js

Download Details:

Author: simplesmiler

Live Demo: https://jsfiddle.net/simplesmiler/k5vxp69o/

Download Link: https://github.com/simplesmiler/vue-focus/archive/master.zip

Official Website: https://github.com/simplesmiler/vue-focus

Install & Download:

$ npm install vue-focus --save
Tags:

Add Comment