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>
|
||||
<div class="VPPage">
|
||||
<slot name="page-top" />
|
||||
<Content />
|
||||
<slot name="page-bottom" />
|
||||
</div>
|
||||
</template>
|
||||
|
Loading…
Reference in new issue