Skip to content

Commit

Permalink
perf(layouts): lazy load the footer for better perf (#204)
Browse files Browse the repository at this point in the history
  • Loading branch information
arunanshub authored Mar 15, 2024
1 parent f24a1ec commit 82b5f2a
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 @@ -5,6 +5,6 @@
<div class="flex grow flex-col">
<slot />
</div>
<TheFooter />
<LazyTheFooter />
</div>
</template>

0 comments on commit 82b5f2a

Please sign in to comment.