Field
描述
作为@formily/core 的 createField Vue 实现,它是专门用于将 ViewModel 与输入控件做绑定的桥接组件,Field 组件属性参考IFieldFactoryProps
WARNING
我们在使用 Field 组件的时候,一定要记得传 name 属性。
签名
ts
type Field = Vue.Component<any, any, any, IFieldFactoryProps>