问题: 让子组件在父组件有哪个数据的时候再渲染, 解决方案: 可以在父组件上加一个判断条件, 举例说明:
<a-component :opt="opt" v-if="opt.c == 3"></a-component>
axios