mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2025-10-14 22:03:41 +08:00
refactor(projects): all file and folder use kebab-case
This commit is contained in:
11
src/layouts/common/global-footer/index.vue
Normal file
11
src/layouts/common/global-footer/index.vue
Normal file
@@ -0,0 +1,11 @@
|
||||
<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>
|
Reference in New Issue
Block a user