Skip to content

Commit

Permalink
feat: add loading indicator (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
moshetanzer committed Mar 4, 2024
1 parent 50d41e0 commit 84e4b68
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/app.vue
Expand Up @@ -20,6 +20,7 @@ provide('navigation', navigation)
</script>

<template>
<NuxtLoadingIndicator color="rgb(252,211,77)" />
<AppHeader />

<UMain class="min-h-[calc(100vh-var(--header-height)-78px)]">
Expand Down

0 comments on commit 84e4b68

Please sign in to comment.