mirror of
https://github.com/lana-k/sqliteviz.git
synced 2025-12-07 02:28:54 +08:00
9 lines
133 B
JavaScript
9 lines
133 B
JavaScript
export default {
|
|
tabs: [],
|
|
currentTab: null,
|
|
currentTabId: null,
|
|
untitledLastIndex: 0,
|
|
predefinedQueries: [],
|
|
db: null
|
|
}
|