UNPKG

@huntianning/components

Version:

Custom components for HTN

8 lines (5 loc) 168 B
import ChartProgress from './chart-progress.vue' ChartProgress.install = (Vue) => { Vue.component(ChartProgress.name, ChartProgress) } export default ChartProgress