import Vue from 'vue' Vue.directive('cent', { update(el, binding) { console.log({el, binding}) } })