Skip to content

Commit bb7ca3b

Browse files
committed
Update Layout.vue
1 parent 4b7f9c3 commit bb7ca3b

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

src/components/Layout.vue

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ export default {
7575
},
7676
methods: {
7777
logout () {
78-
var vm = this
7978
this.$auth.logout().then(() => {
8079
this.$router.push('/login')
8180
})
@@ -88,10 +87,5 @@ export default {
8887
</script>
8988

9089
<style>
91-
.flex {
92-
height: 500px;
93-
display: flex;
94-
align-items: center;
95-
justify-content: center;
96-
}
90+
/**/
9791
</style>

0 commit comments

Comments
 (0)