UNPKG

iep-ui

Version:

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

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