#28 fix: update auth state on route change
This commit is contained in:
@@ -81,6 +81,9 @@
|
|||||||
group () {
|
group () {
|
||||||
this.drawer = false
|
this.drawer = false
|
||||||
},
|
},
|
||||||
|
$route() {
|
||||||
|
this.checkAuth();
|
||||||
|
},
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
checkAuth() {
|
checkAuth() {
|
||||||
|
|||||||
Reference in New Issue
Block a user