UNPKG

@huntianning/components

Version:

Custom components for HTN

8 lines (5 loc) 140 B
import ChartLine from './chart-line' ChartLine.install = (Vue) => { Vue.component(ChartLine.name, ChartLine) } export default ChartLine