Anzeige mein Profil
This commit is contained in:
parent
5b3252ec98
commit
2cf781b11d
@ -102,6 +102,9 @@ export default {
|
||||
created() {
|
||||
this.memberId = localStorage.getItem("user_id");
|
||||
},
|
||||
updated() {
|
||||
this.memberId = localStorage.getItem("user_id");
|
||||
},
|
||||
methods: {
|
||||
logout() {
|
||||
localStorage.clear();
|
||||
|
Loading…
Reference in New Issue
Block a user