Files
kr-phim/app/app.vue
T

8 lines
152 B
Vue
Raw Normal View History

2026-05-17 18:42:09 +07:00
<template>
<NuxtRouteAnnouncer />
2026-05-24 22:35:13 +07:00
<NuxtLoadingIndicator color="#facc15" :height="2" />
<NuxtPage />
<AppFooter />
<ScrollToTop />
2026-05-17 18:42:09 +07:00
</template>