UNPKG

ant-design-vue

Version:

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

9 lines (8 loc) 215 B
import { antInput } from './antInputDirective'; import { antDecorator } from './FormDecoratorDirective'; export default { install: function install(Vue, options) { antInput(Vue); antDecorator(Vue); } };