antDirective.js 206 Bytes Edit 1 2 3 4 5 6 7 8 9 import { antInput } from './antInputDirective'; import { antDecorator } from './FormDecoratorDirective'; export default { install: function install(Vue) { antInput(Vue); antDecorator(Vue); } };