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