mirror of https://github.com/vuejs/vitepress
feat(theme): add `page-top/bottom` and `doc-top/bottom` slots (#2139)
parent
f4355c7cd3
commit
53d0099ffa
@ -1,5 +1,7 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="VPPage">
|
<div class="VPPage">
|
||||||
|
<slot name="page-top" />
|
||||||
<Content />
|
<Content />
|
||||||
|
<slot name="page-bottom" />
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
Loading…
Reference in new issue