Files

9 lines
168 B
Vue
Raw Normal View History

2021-12-31 17:24:58 +08:00
<template>
<div class="webFooter">
页面底部
</div>
</template>
<script setup lang="ts">
import { onMounted, reactive, watch } from "vue";
</script>