UNPKG

wantongjizhi

Version:

Custom components for WANTONG JIZHI

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