UNPKG

iep-ui

Version:

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

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