Files
kr-phim/app/app.vue
T
2026-05-24 22:35:13 +07:00

8 lines
152 B
Vue

<template>
<NuxtRouteAnnouncer />
<NuxtLoadingIndicator color="#facc15" :height="2" />
<NuxtPage />
<AppFooter />
<ScrollToTop />
</template>