9 lines
205 B
Vue
9 lines
205 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>
|