Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7aee4b708d |
@@ -11,6 +11,7 @@ export const useSimApi = defineStore('simapi', {
|
||||
_core: new SimApiCore(),
|
||||
}),
|
||||
getters: {
|
||||
webConfig: state => state._core.webConfig,
|
||||
IsDebug: state => state._core.isDebug
|
||||
},
|
||||
actions: {
|
||||
|
||||
Reference in New Issue
Block a user