initial commit. Cloned timetracker repository
This commit is contained in:
11
bo/src/layouts/empty.vue
Normal file
11
bo/src/layouts/empty.vue
Normal file
@@ -0,0 +1,11 @@
|
||||
<template>
|
||||
<main :key="i18n.locale.value">
|
||||
<TopBarLogin />
|
||||
<router-view />
|
||||
</main>
|
||||
</template>
|
||||
<script setup lang="ts">
|
||||
import TopBarLogin from '@/components/TopBarLogin.vue'
|
||||
import { i18n } from '@/plugins/i18n'
|
||||
import HomeView from '@/views/HomeView.vue';
|
||||
</script>
|
||||
Reference in New Issue
Block a user