ant-design-vue/components/col/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

8 lines
144 B
JavaScript

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