mirror of
https://github.com/certd/certd.git
synced 2026-05-16 05:07:32 +08:00
335d175d57
chore: Merge branch 'vben' # Conflicts: # package.json perf: antdv示例改成使用vben框架 chore: vben chore: vben chore: vben
12 lines
210 B
Vue
12 lines
210 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>
|