Skip to content

Commit

Permalink
feat: support custom content in home layout (#702)
Browse files Browse the repository at this point in the history
Co-authored-by: Kia Ishii <kia.king.08@gmail.com>
  • Loading branch information
antfu and kiaking committed Jun 6, 2022
1 parent 9c0ed93 commit 92659a2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/client/theme-default/components/VPHome.vue
Expand Up @@ -12,6 +12,8 @@ import VPHomeFeatures from './VPHomeFeatures.vue'
<slot name="home-features-before" />
<VPHomeFeatures />
<slot name="home-features-after" />

<Content />
</div>
</template>

Expand Down

0 comments on commit 92659a2

Please sign in to comment.