Club System
This commit is contained in:
@@ -127,6 +127,10 @@ export function FSUploader(){
|
||||
*/
|
||||
handleRemoveFile( index ){
|
||||
this.files.splice(index, 1);
|
||||
},
|
||||
|
||||
changeFileState( index, newState ){
|
||||
this.files[index].state = newState;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user