summaryrefslogtreecommitdiff
path: root/packages/integrations/vue/test/fixtures/basics/src/components/Parent.astro
blob: 25c5749982615167cd41e48bff4fc082a8478f56 (plain) (blame)
1
2
3
4
<section>
	<header></header>
	<footer><slot name="footer"></slot></footer>
</section>