UNPKG

element-ui-for-gov

Version:

element-ui for gov

10 lines (6 loc) 144 B
import Row from './src/row'; /* istanbul ignore next */ Row.install = function(Vue) { Vue.component(Row.name, Row); }; export default Row;