use one Archive instance for state.archive
This commit is contained in:
parent
989137342b
commit
c585c34c01
6 changed files with 14 additions and 13 deletions
|
@ -68,4 +68,8 @@ export default class Archive {
|
|||
this.files.splice(index, 1);
|
||||
}
|
||||
}
|
||||
|
||||
clear() {
|
||||
this.files = [];
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue