This repository has been archived on 2025-06-28. You can view files and clone it, but cannot push or open issues or pull requests.
Files
vitepress-theme-blog-charle…/repos/.vitepress/theme/components/MyLayout.vue

16 lines
239 B
Vue

<template>
<Layout>
<template #doc-footer-before>
</template>
</Layout>
</template>
<script lang="ts" setup>
import DefaultTheme from 'vitepress/theme'
const { Layout } = DefaultTheme
</script>
<style scoped>
</style>