1
0
mirror of https://gitlab.com/MoonTestUse1/AdministrationItDepartmens.git synced 2025-08-14 00:25:46 +02:00
Files
AdministrationItDepartmens/frontend/src/App.vue
2025-01-01 23:02:32 +06:00

7 lines
182 B
Vue

<template>
<router-view></router-view>
</template>
<script setup lang="ts">
// Компонент пустой, так как вся логика теперь в layouts
</script>