Ancora sistemazioni Typescript... getters, mutations, actions... "@" alias.
This commit is contained in:
8
src/model/GlobalStore.ts
Normal file
8
src/model/GlobalStore.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
export interface IGlobState {
|
||||
conta: number
|
||||
isLoginPage: boolean
|
||||
layoutNeeded: boolean
|
||||
mobileMode: boolean
|
||||
menuCollapse: boolean
|
||||
posts: string[]
|
||||
}
|
||||
Reference in New Issue
Block a user