style: linting
This commit is contained in:
parent
b3d17f4cb8
commit
00fb333ae8
1 changed files with 4 additions and 4 deletions
|
@ -31,12 +31,12 @@
|
||||||
localStorage.setItem("user-lang", langCode);
|
localStorage.setItem("user-lang", langCode);
|
||||||
};
|
};
|
||||||
|
|
||||||
// contains functionality to let the collapsed menu appear and disappear
|
// Contains functionality to let the collapsed menu appear and disappear
|
||||||
// when the screen size varies
|
// When the screen size varies
|
||||||
const drawer = ref(false);
|
const drawer = ref(false);
|
||||||
|
|
||||||
// when the user wants to logout, a popup is shown to verify this
|
// When the user wants to logout, a popup is shown to verify this
|
||||||
// if verified, the user should be logged out
|
// If verified, the user should be logged out
|
||||||
const performLogout = () => {
|
const performLogout = () => {
|
||||||
auth.logout();
|
auth.logout();
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue