删除:移除扩展默认主题的Copyright组件,官方已经调整了footer配置的渲染,该组件的意义也就不存在了

This commit is contained in:
2022-07-22 23:56:30 +08:00
parent 92cc6fb8af
commit 76de6a065b
5 changed files with 4 additions and 70 deletions

View File

@@ -1,14 +1,13 @@
<template>
<Layout>
<template #layout-bottom>
<Copyright />
</template>
</Layout>
</template>
<script lang="ts" setup>
import DefaultTheme from "vitepress/theme"
import Copyright from "./Copyright.vue"
const { Layout } = DefaultTheme
</script>