index.js 145 Bytes
Newer Older
liang ce committed
1 2 3 4 5 6 7 8
import { Row } from '../grid';

/* istanbul ignore next */
Row.install = function (Vue) {
  Vue.component(Row.name, Row);
};

export default Row;