Skip to content

Commit

Permalink
Update App.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
putianyi889 committed May 22, 2024
1 parent 635444e commit 7de556f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions front_end/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
<el-menu-item :index="player_url" :disabled="store.user.id == 0" @click="store.player = store.user;">
<div class="header">我的地盘</div>
</el-menu-item>
<LanguagePicker/>
<div
style="margin-left: auto;margin-right: 16px;display: inline-flex;justify-content: center;align-items: center;">
<Menu @login="user_login" @logout="user_logout"></Menu>
Expand Down Expand Up @@ -69,6 +70,7 @@
<script setup lang='ts'>
import { ref, reactive, onMounted, computed } from 'vue'
import Menu from "./components/Menu.vue";
import LanguagePicker from './components/LanguagePicker.vue';
// import { LoginStatus } from "@/utils/common/structInterface"
import useCurrentInstance from "@/utils/common/useCurrentInstance";
import { useUserStore } from './store'
Expand Down

0 comments on commit 7de556f

Please sign in to comment.