mirror of
https://gitee.com/dapppp/ruoyi-plus-vben5.git
synced 2026-03-24 12:54:33 +08:00
12 lines
211 B
Vue
12 lines
211 B
Vue
<script lang="ts" setup>
|
|
defineOptions({
|
|
name: 'LayoutFooter',
|
|
});
|
|
</script>
|
|
|
|
<template>
|
|
<div class="flex-center text-muted-foreground relative h-full w-full text-xs">
|
|
<slot></slot>
|
|
</div>
|
|
</template>
|