This commit is contained in:
Paolo Arena
2021-01-18 00:48:53 +01:00
parent 9828f4818a
commit d02044ae17
49 changed files with 1318 additions and 142 deletions

View File

@@ -27,6 +27,6 @@ export default class CTesseraElettronica extends Vue {
}
get rightDrawerOpen() {
return GlobalStore.state.RightDrawerOpen
return GlobalStore.state.rightDrawerOpen
}
}