1
0
mirror of https://github.com/lana-k/sqliteviz.git synced 2025-12-07 02:28:54 +08:00
This commit is contained in:
lana-k
2021-09-03 15:25:30 +02:00
parent 69e0b2129b
commit c4b0bdc870

View File

@@ -13,7 +13,7 @@ describe('Workspace.vue', () => {
} }
const store = new Vuex.Store({ state, actions, mutations }) const store = new Vuex.Store({ state, actions, mutations })
mount(Workspace, { mount(Workspace, {
store, store,
stubs: ['router-link'] stubs: ['router-link']
}) })