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.Col.install = function (Vue) { Vue.component(_grid.Col.name, _grid.Col); }; exports['default'] = _grid.Col; module.exports = exports['default'];