zhangwencui
2 天以前 3f17ec33d0d58a632bfc0251e2dd7c6cd246044d
1
2
3
4
5
6
7
8
9
10
11
<script lang="ts" setup>
defineOptions({
  name: 'LayoutFooter',
});
</script>
 
<template>
  <div class="relative flex-center size-full text-xs text-muted-foreground">
    <slot></slot>
  </div>
</template>