<FormItem label="上传头像" prop="image">
<uploadImg :width="150" :height="150" :name="'avatar'" size="150px*150px" ref="uploadImg"></uploadImg>
</FormItem>
<FormItem label="上传营业执照" prop="businessLicence">
<uploadImg :width="350" :height="200" :name="'license'" size="350px*200px"></uploadImg>
</FormItem>
我把上传图片封装成了一个子组件,请问在父组件这里,我如何可以获取到子组件inputfile的图片地址?
相关分类