封装elementui el-upload文件上传组件
封装elementui el-upload文件上传组件// 自定义的全局组件my-componentlet _utils = new Utils()Vue.component( 'uploadfile', { props: { uploaddata: { type: Object } }, template: `<div style="margin: