elearning/Frontend-Learner/app.vue

6 lines
71 B
Vue
Raw Normal View History

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