import percentChart from './main.vue'; percentChart.install = (Vue:any) => Vue.component(percentChart.name,percentChart); percentChart.name = percentChart.name || 'DzPercentChart' export default percentChart;