Footer.vue 211 Bytes
<template>
  <div class="tw-bottom-0 tw-leading-10 tw-h-10 tw-text-center tw-w-full tw-pt-[100px]">
    备案:xxxxs
  </div>
</template>

<script setup lang="ts"></script>

<style lang="less" scoped></style>