index.js 224 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 import Vue from 'vue'; import purview from './purview'; import prodImage from './prod-image'; import time from './time'; Vue.directive('purview', purview); Vue.directive('prod-img', prodImage); Vue.directive('time', time);