We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21a6bbe commit 86a8c76Copy full SHA for 86a8c76
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