- Update the way to use the data records on Vuex with Getters!
- Fix: mongodb call passing array todos and categiroes already splitted
This commit is contained in:
@@ -14,6 +14,11 @@ export interface ICfgServer {
|
||||
valore: string
|
||||
}
|
||||
|
||||
export interface ITestp1 {
|
||||
contatore: number
|
||||
mioarray: ICfgServer[]
|
||||
}
|
||||
|
||||
export type StateConnection = 'online' | 'offline'
|
||||
|
||||
export interface IGlobalState {
|
||||
@@ -29,6 +34,7 @@ export interface IGlobalState {
|
||||
stateConnection: string
|
||||
networkDataReceived: boolean
|
||||
cfgServer: ICfgServer[]
|
||||
testp1: ITestp1
|
||||
connData: IConnData
|
||||
posts: IPost[]
|
||||
listatodo: ITodoList[]
|
||||
|
||||
Reference in New Issue
Block a user