UNPKG

x-antd-vue

Version:

base on antd 1.7.2

10 lines (8 loc) 190 B
import { Row } from '../grid'; import Base from '../base'; /* istanbul ignore next */ Row.install = function (Vue) { Vue.use(Base); Vue.component(Row.name, Row); }; export default Row;