Fix renewing token on focus
This commit is contained in:
parent
092e5165dc
commit
4e2606a0d6
1 changed files with 1 additions and 0 deletions
|
@ -53,6 +53,7 @@ export default {
|
||||||
currentList: CURRENT_LIST,
|
currentList: CURRENT_LIST,
|
||||||
background: 'background',
|
background: 'background',
|
||||||
menuActive: MENU_ACTIVE,
|
menuActive: MENU_ACTIVE,
|
||||||
|
userInfo: state => state.auth.info,
|
||||||
}),
|
}),
|
||||||
methods: {
|
methods: {
|
||||||
doStuffAfterRoute() {
|
doStuffAfterRoute() {
|
||||||
|
|
Loading…
Reference in a new issue