fix: form ant-ref directive bug(#20)

pull/165/head
tangjinzhou 2018-05-15 10:08:14 +08:00
parent 96469261f3
commit 26ec36e126
1 changed files with 4 additions and 0 deletions

View File

@ -1,4 +1,8 @@
import Vue from 'vue'
import Form from './Form'
import antRefDirective from '../_util/antRefDirective'
Vue.use(antRefDirective)
export { FormProps, FormComponentProps, FormCreateOption, ValidateCallback, ValidationRule } from './Form'
export { FormItemProps } from './FormItem'