Skip to content

Commit

Permalink
fix: <NuxtLoadingIndicator /> issues on nuxt >= 3.1.0 (#38)
Browse files Browse the repository at this point in the history
This feature is now works again!

Closes: #32
  • Loading branch information
gifaldyazkaa committed Mar 15, 2023
2 parents 5776901 + 5a92094 commit 6c8a227
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/default.vue
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ useJsonld((): any => ({

<template>
<Navigation />
<NuxtLoadingIndicator color="#6E5050" />
<NuxtLoadingIndicator color="#FF6C9B" :throttle="0" :height="3" />
<div class="container mx-auto p-4 font-lexend">
<slot />
</div>
Expand Down

0 comments on commit 6c8a227

Please sign in to comment.