Advertisement

vue支持上传文件组件

阅读量:

出处: http://www.jq22.com/jquery-info15578
展示: http://www.jq22.com/yanshi15578
代码仓库: https://github.com/317482454/vue_upload/blob/master/src/components/Hello.vue

以下为我进行的调整:

在这里插入图片描述

代码:
父组件:

怎样将上传的图片发送至服务器
https://www.jianshu.com/p/15ef3d1c14e7

提取input元素的file属性值
https://segmentfault.com/q/1010000011657090

复制代码
    <updatefile :multiple="true"  :list="imgList" ref="upload"></updatefile>
    
    data(){
    	return :{
    		imgList: []
    	}
    }
    components: {
    'upda

全部评论 (0)

还没有任何评论哟~