Use import() for zip js

This commit is contained in:
Sam Carlton 2022-05-03 15:08:13 -05:00
parent f2635a5f00
commit 78174b242e
2 changed files with 47 additions and 16 deletions

View file

@ -308,6 +308,9 @@ export default {
observableFilesArray: this.appsBeingScanned,
testResultStore
})
// Setup scanner
await this.scanner.setup()
}
// console.log('fileInputChanged files', fileList)