Add files via upload
This commit is contained in:
parent
43988d6327
commit
f30cb0bba1
@ -72,6 +72,7 @@ export default {
|
|||||||
if (this.type === "image") return "insert_photo";
|
if (this.type === "image") return "insert_photo";
|
||||||
if (this.type === "audio") return "volume_up";
|
if (this.type === "audio") return "volume_up";
|
||||||
if (this.type === "video") return "movie";
|
if (this.type === "video") return "movie";
|
||||||
|
if (this.type === "pdf") return "picture_as_pdf";
|
||||||
return "insert_drive_file";
|
return "insert_drive_file";
|
||||||
},
|
},
|
||||||
isDraggable() {
|
isDraggable() {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user