We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9646926 commit 26ec36eCopy full SHA for 26ec36e
components/form/index.jsx
@@ -1,4 +1,8 @@
1
+import Vue from 'vue'
2
import Form from './Form'
3
+import antRefDirective from '../_util/antRefDirective'
4
+
5
+Vue.use(antRefDirective)
6
7
export { FormProps, FormComponentProps, FormCreateOption, ValidateCallback, ValidationRule } from './Form'
8
export { FormItemProps } from './FormItem'
0 commit comments