UNPKG

ant-design-vue

Version:

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

16 lines (12 loc) 375 B
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); var _antInputDirective = require('./antInputDirective'); var _FormDecoratorDirective = require('./FormDecoratorDirective'); exports['default'] = { install: function install(Vue, options) { (0, _antInputDirective.antInput)(Vue); (0, _FormDecoratorDirective.antDecorator)(Vue); } };