UNPKG

element-ui

Version:

A Component Library for Vue.js.

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;