2025SELab2-project-Dwengo/frontend/src/App.vue

12 lines
172 B
Vue

<script setup lang="ts">
import {loadUser} from "@/store/auth-store.ts";
loadUser();
</script>
<template>
<router-view/>
</template>
<style scoped>
</style>