This commit is contained in:
18
frontend/vue-app/src/App.vue
Normal file
18
frontend/vue-app/src/App.vue
Normal file
@@ -0,0 +1,18 @@
|
||||
<template>
|
||||
<BackendEventsListener />
|
||||
<router-view />
|
||||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
import BackendEventsListener from '@/components/BackendEventsListener.vue'
|
||||
import { checkAuth } from '@/stores/auth'
|
||||
|
||||
checkAuth()
|
||||
</script>
|
||||
|
||||
<style>
|
||||
body {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user