fix: form ant-ref directive bug(#20)
parent
96469261f3
commit
26ec36e126
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue