Skip to content

Commit

Permalink
fix(app): 修复loading加载条不消失的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
yuzhe.sun committed Feb 18, 2024
1 parent b9296d6 commit af870dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.vue
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ clients.default.resetStore()
</script>

<template>
<NuxtLoadingIndicator />
<NuxtLayout class="text-sm md:text-base">
<PMessage />
<NuxtLoadingIndicator />
<NuxtPage />
</NuxtLayout>
</template>

0 comments on commit af870dd

Please sign in to comment.