Files
soybean-admin/src/layouts/common/GlobalFooter/index.vue
Soybean 8f6d6ce3cb refactor(styles): 代码格式
ISSUES CLOSED: \
2022-05-28 12:30:17 +08:00

10 lines
206 B
Vue

<template>
<dark-mode-container class="flex-center h-full">
<span>Copyright ©2021 Soybean Admin</span>
</dark-mode-container>
</template>
<script setup lang="ts"></script>
<style scoped></style>