mirror of
https://github.com/lana-k/sqliteviz.git
synced 2025-12-06 18:18:53 +08:00
#63 migrate to Vue 3
This commit is contained in:
@@ -60,5 +60,8 @@ export default {
|
||||
},
|
||||
setPredefinedInquiriesLoaded (state, value) {
|
||||
state.predefinedInquiriesLoaded = value
|
||||
},
|
||||
setIsWorkspaceVisible (state, value) {
|
||||
state.isWorkspaceVisible = value
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user