src/components/subComponents/FileUpload/btn.vue @@ -34,6 +34,7 @@ mounted() { this.$nextTick(() => { debugger let props = {accept:''}; if(this.sourceType == 1){ props.accept = '.mp4';