import PrintEpc from './src/PrintEpc.vue'; PrintEpc.install = function(Vue) { Vue.component(PrintEpc.name, PrintEpc); }; export default PrintEpc;