Add files via upload

This commit is contained in:
niubility000 2021-12-27 11:00:27 +08:00 committed by GitHub
parent 43988d6327
commit f30cb0bba1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -72,6 +72,7 @@ export default {
if (this.type === "image") return "insert_photo";
if (this.type === "audio") return "volume_up";
if (this.type === "video") return "movie";
if (this.type === "pdf") return "picture_as_pdf";
return "insert_drive_file";
},
isDraggable() {