import { PyzCharts } from './lib/PyzCharts'; export default { install: function(Vue: any) { Vue.component(PyzCharts.name, PyzCharts) }, }