✨ 🌐 Add Localization feature
This commit is contained in:
@ -12,16 +12,16 @@ import { loading } from "./store";
|
||||
<div class="center">
|
||||
<main>
|
||||
<DateSelector
|
||||
v-show="$route.name != 'Settings' && $route.name != 'Login'"
|
||||
v-show="$route.name != 'title.settings' && $route.name != 'title.login'"
|
||||
/>
|
||||
<LoadingElement
|
||||
:active="loading"
|
||||
v-show="$route.name != 'Settings' && $route.name != 'Login'"
|
||||
v-show="$route.name != 'title.settings' && $route.name != 'title.login'"
|
||||
/>
|
||||
<RouterView />
|
||||
</main>
|
||||
</div>
|
||||
<BottomNavbar v-show="$route.name != 'Login'" />
|
||||
<BottomNavbar v-show="$route.name != 'title.login'" />
|
||||
</template>
|
||||
|
||||
<style>
|
||||
|
Reference in New Issue
Block a user