UNPKG

ant-design-vue

Version:

An enterprise-class UI design language and Vue-based implementation

15 lines (11 loc) 294 B
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); var _grid = require('../grid'); /* istanbul ignore next */ _grid.Row.install = function (Vue) { Vue.component(_grid.Row.name, _grid.Row); }; exports['default'] = _grid.Row; module.exports = exports['default'];