Unknown custom element: <formList> - did you register the component correctly? For recursive components, make sure to provide the "name" option.
报这个错,组件不渲染
<template>
<view class="fillForm">
<formList ref="formRef" :formArr="formArr" :formObj.sync="formObj" :config="config" />
<button type="default" @tap="getNext">下一步</button>
</view>
</template>