Migrate farther

This commit is contained in:
2022-02-09 23:12:26 +00:00
parent 2d0737a10c
commit 08330ce33c
3 changed files with 21 additions and 25 deletions

View File

@ -23,6 +23,11 @@ export const useSessionStore = defineStore('session', {
Budgets(): IterableIterator<Budget> {
return this.Budgets.values();
},
AuthHeaders(): Object {
return {
'Authorization': 'Bearer ' + this.Token
}
},
/*// must define return type because of using `this`
fullUserDetails (state): FullUserDetails {
// import from other stores