mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2025-10-15 22:33:40 +08:00
10 lines
206 B
Vue
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>
|