feat: support custom content in home layout (#702)

Co-authored-by: Kia Ishii <kia.king.08@gmail.com>
pull/731/head
Anthony Fu 2 years ago committed by GitHub
parent 9c0ed9397f
commit 92659a2e9d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -12,6 +12,8 @@ import VPHomeFeatures from './VPHomeFeatures.vue'
<slot name="home-features-before" />
<VPHomeFeatures />
<slot name="home-features-after" />
<Content />
</div>
</template>

Loading…
Cancel
Save