UNPKG

wantongjizhi

Version:

Custom components for WANTONG JIZHI

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