Skip to content

Commit

Permalink
fix: pass correct types
Browse files Browse the repository at this point in the history
  • Loading branch information
AlejandroAkbal committed May 22, 2023
1 parent 057a376 commit 285a76d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app.vue
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
<template>
<NuxtLayout>
<NuxtLoadingIndicator
height="5"
throttle="250"
:height="5"
:throttle="250"
/>

<NuxtPage />
Expand Down

0 comments on commit 285a76d

Please sign in to comment.