表单组件报错怎么办?
报错信息1
Unknown custom element: <formcreate> did you register the component correctly?
For recursive components,make sure to provide the "name"option.
此类报错都是由于组件没有挂载导致, 需要在表单渲染前挂载该组件
报错信息2
TypeError: Invalid attempt to spread non-iterable instance.
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.
报错信息3
Uncaught TypeError: Cannot read properties of null(reading 'props')
以上报错是由 FormCreate 组件没有正常挂载或没挂载导致, 根据帮助文档挂载组件