1
0
mirror of https://github.com/lana-k/sqliteviz.git synced 2025-12-06 18:18:53 +08:00
This commit is contained in:
lana-k
2025-10-08 19:39:56 +02:00
parent f0f96ac663
commit 931cf380bc
4 changed files with 224 additions and 10 deletions

View File

@@ -1146,7 +1146,7 @@ describe('MainMenu.vue', () => {
name: 'bar',
id: 2,
query: 'SELECT * FROM foo',
chart: []
viewType: 'chart'
})
}
const store = createStore({ state, mutations, actions })