ruoyi-plus-soybean/src/layouts/common/GlobalFooter/index.vue

9 lines
205 B
Vue
Raw Normal View History

2022-01-08 20:49:21 +08:00
<template>
<dark-mode-container class="flex-center h-full">
<span>Copyright ©2021 Soybean Admin</span>
</dark-mode-container>
</template>
<script setup lang="ts"></script>
2022-01-08 20:49:21 +08:00
<style scoped></style>