首页
This commit is contained in:
9
src/components/webFooter/index.vue
Normal file
9
src/components/webFooter/index.vue
Normal file
@ -0,0 +1,9 @@
|
||||
<template>
|
||||
<div class="webFooter">
|
||||
页面底部
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
import { onMounted, reactive, watch } from "vue";
|
||||
</script>
|
Reference in New Issue
Block a user