elearning/Frontend-Learner/node_modules/nuxt/dist/pages/runtime/app.vue

7 lines
98 B
Vue
Raw Normal View History

2026-01-09 14:09:25 +07:00
<template>
2026-01-13 10:46:40 +07:00
<NuxtLayout>
2026-01-09 14:09:25 +07:00
<NuxtRouteAnnouncer />
2026-01-13 10:46:40 +07:00
<NuxtPage />
</NuxtLayout>
2026-01-09 14:09:25 +07:00
</template>