commit
This commit is contained in:
@@ -524,7 +524,7 @@ module.exports = {
|
||||
if (this.accept) {
|
||||
this.fileAccept = this.accept
|
||||
} else {
|
||||
this.fileAccept = "image/*"
|
||||
this.fileAccept = ['jpg','png','jpeg']
|
||||
}
|
||||
} else {
|
||||
this.fileAccept = this.accept
|
||||
|
||||
Reference in New Issue
Block a user