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

fix path to worker

This commit is contained in:
lana-k
2020-10-09 22:16:26 +02:00
parent 8480dcbf96
commit 67bca051d9

View File

@@ -8,7 +8,7 @@ export default new Vuex.Store({
schema: null,
dbFile: null,
dbName: null,
worker: new Worker('/js/worker.sql-wasm.js'),
worker: new Worker('js/worker.sql-wasm.js'),
tabs: [],
currentTab: null,
currentTabId: null,