mirror of
https://gitlab.com/MoonTestUse1/AdministrationItDepartmens.git
synced 2025-08-14 00:25:46 +02:00
7 lines
182 B
Vue
7 lines
182 B
Vue
<template>
|
|
<router-view></router-view>
|
|
</template>
|
|
|
|
<script setup lang="ts">
|
|
// Компонент пустой, так как вся логика теперь в layouts
|
|
</script> |