chore: 重命名 DocContentFooter.vue 为 ContentFooter.vue
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
<script setup>
|
<script setup>
|
||||||
import DefaultTheme from 'vitepress/theme';
|
import DefaultTheme from 'vitepress/theme';
|
||||||
import DocContentFooter from './DocContentFooter.vue';
|
import ContentFooter from './ContentFooter.vue';
|
||||||
import SiteFooter from './SiteFooter.vue';
|
import SiteFooter from './SiteFooter.vue';
|
||||||
|
|
||||||
const { Layout } = DefaultTheme;
|
const { Layout } = DefaultTheme;
|
||||||
@@ -10,7 +10,7 @@ const { Layout } = DefaultTheme;
|
|||||||
<Layout>
|
<Layout>
|
||||||
<template #doc-footer-before>
|
<template #doc-footer-before>
|
||||||
<hr class="custom__divider" />
|
<hr class="custom__divider" />
|
||||||
<DocContentFooter />
|
<ContentFooter />
|
||||||
</template>
|
</template>
|
||||||
<template #layout-bottom>
|
<template #layout-bottom>
|
||||||
<SiteFooter />
|
<SiteFooter />
|
||||||
|
Reference in New Issue
Block a user