index.js 85 Bytes Raw Blame History Permalink 1 2 3 4 5 import Vue from 'vue'; import focus from './focus'; Vue.directive('focus', focus);