1
0
mirror of https://github.com/lana-k/sqliteviz.git synced 2025-12-07 02:28:54 +08:00

add tests for database module #27

This commit is contained in:
lana-k
2021-04-13 11:20:15 +02:00
parent 5ba371e339
commit 13a8b33815
5 changed files with 112 additions and 9 deletions

View File

@@ -283,8 +283,8 @@ export default {
}
let importLoadingIndicator = null
const updateProgress = e => {
this.$set(importMsg, 'progress', e.detail)
const updateProgress = progress => {
this.$set(importMsg, 'progress', progress)
}
this.newDb = database.getNewDatabase()
const progressCounterId = this.newDb.createProgressCounter(updateProgress)