Skip to content

Commit

Permalink
feat: loading indicator
Browse files Browse the repository at this point in the history
  • Loading branch information
Akryum committed Sep 2, 2024
1 parent ee5e517 commit aac817b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/app/app.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
<template>
<div class="h-screen flex flex-col dark:bg-gray-900">
<NuxtLoadingIndicator
color="#8b5cf6"
/>
<AppHeader class="flex-none" />
<div class="flex flex-1 h-0">
<AppNav />
Expand Down

0 comments on commit aac817b

Please sign in to comment.