UNPKG

iep-ui

Version:

An enterprise-class UI design language and Vue-based implementation

10 lines (8 loc) 220 B
import LineChart from './LineChart'; import Base from '../base'; /* istanbul ignore next */ LineChart.install = function (Vue) { Vue.use(Base); Vue.component(LineChart.name, LineChart); }; export default LineChart;