mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2025-12-25 14:20:21 +08:00
feat(projects): 四种基本布局完成
This commit is contained in:
10
src/layouts/BasicLayout/components/GlobalFooter/index.vue
Normal file
10
src/layouts/BasicLayout/components/GlobalFooter/index.vue
Normal file
@@ -0,0 +1,10 @@
|
||||
<template>
|
||||
<n-layout-footer>
|
||||
<h3 class="flex-center h-48px text-18px text-error">页脚</h3>
|
||||
</n-layout-footer>
|
||||
</template>
|
||||
|
||||
<script lang="ts" setup>
|
||||
import { NLayoutFooter } from 'naive-ui';
|
||||
</script>
|
||||
<style scoped></style>
|
||||
Reference in New Issue
Block a user