Anzeige mein Profil

This commit is contained in:
scammo 2021-09-13 18:40:50 +02:00
parent 5b3252ec98
commit 2cf781b11d
1 changed files with 3 additions and 0 deletions

View File

@ -102,6 +102,9 @@ export default {
created() {
this.memberId = localStorage.getItem("user_id");
},
updated() {
this.memberId = localStorage.getItem("user_id");
},
methods: {
logout() {
localStorage.clear();