UNPKG

iep-ui

Version:

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

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