Warp/node_modules/vitepress/dist/client/theme-default/components/VPPage.vue

8 lines
132 B
Vue
Raw Permalink Normal View History

2024-01-05 12:14:38 +00:00
<template>
<div class="VPPage">
<slot name="page-top" />
<Content />
<slot name="page-bottom" />
</div>
</template>