bug fix
This commit is contained in:
@@ -162,7 +162,7 @@ module.exports = {
|
||||
break;
|
||||
|
||||
default:
|
||||
alert(`Unsupported file type: ${extension}`);
|
||||
alert(`Unsupported file : ${file.name}`);
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
@@ -280,7 +280,7 @@ script#control-view-template(type="text/x-template")
|
||||
@click="optional_pause", v-if="false", style="height:100px;width:100px;font-weight:normal")
|
||||
.fa.fa-stop-circle-o
|
||||
|
||||
message(:show.sync="uploadingFiles")
|
||||
message(:show.sync="uploading_files")
|
||||
h3(slot="header") Files uploading
|
||||
div(slot="body")
|
||||
h3 Please wait...
|
||||
|
||||
Reference in New Issue
Block a user