9 lines
220 B
Vue
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>
|