mirror of
https://gitlab.com/little-lines/frontend.git
synced 2024-11-24 09:06:51 +00:00
fix bug
fix doesn't show login button in setting page
This commit is contained in:
parent
9cbd3472d4
commit
0785bc440c
1 changed files with 2 additions and 9 deletions
|
@ -72,6 +72,8 @@ import {RouterLink} from 'vue-router';
|
|||
import { VContainer } from 'vuetify/lib/components/index.mjs';
|
||||
import router from '@/plugins/router'
|
||||
|
||||
const currentUser = sessionStorage.getItem('current_user');
|
||||
|
||||
const account_items = [
|
||||
{ text: 'ตั้งค่าบัญชี',
|
||||
icon: 'mdi-chevron-right'},
|
||||
|
@ -107,12 +109,3 @@ const display_items = [
|
|||
|
||||
</script>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
data() {
|
||||
return {
|
||||
currentUser: `${sessionStorage.getItem('current_user')}`
|
||||
};
|
||||
}
|
||||
};
|
||||
</script>
|
||||
|
|
Loading…
Reference in a new issue