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