We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0425a69 + a72c89a commit 65a4d4bCopy full SHA for 65a4d4b
src/components/main/main.vue
@@ -13,7 +13,7 @@
13
<Header class="header-con">
14
<header-bar :collapsed="collapsed" @on-coll-change="handleCollapsedChange">
15
<user :user-avator="userAvator"/>
16
- <language @on-lang-change="setLocal" style="margin-right: 10px;" :lang="local"/>
+ <language v-if="$config.useI18n" @on-lang-change="setLocal" style="margin-right: 10px;" :lang="local"/>
17
<fullscreen v-model="isFullscreen" style="margin-right: 10px;"/>
18
</header-bar>
19
</Header>
0 commit comments