mirror of
https://github.com/Hopiu/vue-material.git
synced 2026-05-13 01:33:13 +00:00
parent
bc9ece0d62
commit
19dea22749
1 changed files with 2 additions and 0 deletions
|
|
@ -73,6 +73,8 @@
|
|||
this.filename = this.getMultipleName(files);
|
||||
} else if (files.length === 1) {
|
||||
this.filename = files[0].name;
|
||||
} else {
|
||||
this.filename = null;
|
||||
}
|
||||
} else {
|
||||
this.filename = $event.target.value.split('\\').pop();
|
||||
|
|
|
|||
Loading…
Reference in a new issue