feat: 添加网站底部栏
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
<script setup>
|
||||
import DefaultTheme from 'vitepress/theme';
|
||||
import DocContentFooter from './DocContentFooter.vue';
|
||||
import SiteFooter from './SiteFooter.vue';
|
||||
|
||||
const { Layout } = DefaultTheme;
|
||||
</script>
|
||||
@@ -11,5 +12,8 @@ const { Layout } = DefaultTheme;
|
||||
<hr class="custom__divider" />
|
||||
<DocContentFooter />
|
||||
</template>
|
||||
<template #layout-bottom>
|
||||
<SiteFooter />
|
||||
</template>
|
||||
</Layout>
|
||||
</template>
|
||||
|
Reference in New Issue
Block a user