Files
dolphin-frontend/src/layouts/common/GlobalFooter/index.vue

12 lines
248 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">
defineOptions({ name: 'GlobalFooter' });
</script>
<style scoped></style>