Add loading indicator

This commit is contained in:
2025-08-30 18:15:31 +07:00
parent e5dded872d
commit 4341c8c375
+1
View File
@@ -1,4 +1,5 @@
<template> <template>
<NuxtLoadingIndicator color="#0066FF" />
<NuxtLayout> <NuxtLayout>
<NuxtPage/> <NuxtPage/>
</NuxtLayout> </NuxtLayout>