chore: fix layout

This commit is contained in:
Anthony Fu 2022-11-23 06:47:25 +08:00
parent 7beaab0baf
commit e59b3e5db2
2 changed files with 3 additions and 3 deletions

View file

@ -10,8 +10,8 @@ useHead({
</script>
<template>
<NuxtLoadingIndicator />
<NuxtLayout>
<NuxtLoadingIndicator />
<NuxtPage />
</NuxtLayout>
</template>