Compare commits
No commits in common. "4cb045d29f3484c5956f16ad63a186c5425dc27e" and "b1f28e5d55a6df805ffdd578fe5287247a0c1000" have entirely different histories.
4cb045d29f
...
b1f28e5d55
@ -102,9 +102,6 @@ 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