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