Skip to content

Commit 92659a2

Browse files
antfukiaking
andauthored
feat: support custom content in home layout (#702)
Co-authored-by: Kia Ishii <kia.king.08@gmail.com>
1 parent 9c0ed93 commit 92659a2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/client/theme-default/components/VPHome.vue

+2
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ import VPHomeFeatures from './VPHomeFeatures.vue'
1212
<slot name="home-features-before" />
1313
<VPHomeFeatures />
1414
<slot name="home-features-after" />
15+
16+
<Content />
1517
</div>
1618
</template>
1719

0 commit comments

Comments
 (0)