ant-design-vue/components/row/index.js

9 lines
142 B
JavaScript
Raw Normal View History

2018-04-08 21:17:20 +08:00
import { Row } from '../grid'
/* istanbul ignore next */
Row.install = function (Vue) {
Vue.component(Row.name, Row)
}
2018-04-08 21:17:20 +08:00
export default Row