elearning/frontend_management/app.vue

10 lines
143 B
Vue
Raw Normal View History

2026-01-12 16:49:58 +07:00
<template>
<NuxtLayout>
<NuxtPage />
</NuxtLayout>
</template>
<script setup lang="ts">
// This is the main app entry point
</script>