Files
2022-10-01 09:12:01 +08:00

9 lines
220 B
Vue

<template>
关于我们
<WebFooter></WebFooter>
</template>
<script setup name="AboutUs">
import WebFooter from "../../../components/webFooter/index.vue";
// import WebFooter from "@/components/webFooter";
</script>