feat (app): add toaster component for global notifications

This commit is contained in:
Abizrh
2025-08-13 13:59:05 +07:00
parent 929758fe00
commit 89eaa7cdab
2 changed files with 5 additions and 3 deletions
+2
View File
@@ -14,5 +14,7 @@ const dir = computed(() => (textDirection.value === 'rtl' ? 'rtl' : 'ltr'))
<NuxtPage />
</NuxtLayout>
</div>
<Toaster />
</ConfigProvider>
</template>