elearning/frontend_management/app.vue
2026-01-12 16:49:58 +07:00

9 lines
143 B
Vue

<template>
<NuxtLayout>
<NuxtPage />
</NuxtLayout>
</template>
<script setup lang="ts">
// This is the main app entry point
</script>