Skip to content

Commit

Permalink
fix: fix a bug where page content appeared on the homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
recoluan committed Sep 1, 2024
1 parent c39f8ad commit e2aea45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vuepress-theme-reco/src/client/layouts/Layout.vue
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
>
<Page :key="page.path" />
</Transition> -->
<Page :key="page.path" />
<Page v-else :key="page.path" />
</GenericContainer>
</template>

Expand Down

0 comments on commit e2aea45

Please sign in to comment.