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>
|
|
|
|
|
|
2022-03-12 19:55:02 +08:00
|
|
|
<script setup lang="ts"></script>
|
2022-01-08 20:49:21 +08:00
|
|
|
<style scoped></style>
|