ant-design-vue/components/row/index.js
zkwolf f2af8d248e
feat: update grid (#2377)
* feat: update grid

* fix: row can't provide rowContext to col

Co-authored-by: tangjinzhou <415800467@qq.com>
2020-06-11 18:03:09 +08:00

9 lines
145 B
JavaScript

import { Row } from '../grid';
/* istanbul ignore next */
Row.install = function(app) {
app.component(Row.name, Row);
};
export default Row;