mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2025-12-24 21:40:22 +08:00
11 lines
275 B
Vue
11 lines
275 B
Vue
<template>
|
|
<n-layout-footer>
|
|
<div class="flex-center h-48px text-[#333639] dark:text-[#ffffffd1]">Copyright ©2021 Soybean Admin</div>
|
|
</n-layout-footer>
|
|
</template>
|
|
|
|
<script lang="ts" setup>
|
|
import { NLayoutFooter } from 'naive-ui';
|
|
</script>
|
|
<style scoped></style>
|