父组件html 视频上传: js importaddPostVideofrom'./addPost_video.vue'//引入子组件 exportdefault{ components:{ addPostVideo }, data(){ return{ //视频 showVideoPath:"",}}} 子组件html v-bind:on-success="handleVideoSuccess"v-bind:before-upload="beforeUploadVideo" v-bind:show-file