12 lines
249 B
Vue
12 lines
249 B
Vue
|
<script setup>
|
||
|
|
||
|
</script>
|
||
|
|
||
|
<template>
|
||
|
<div class="mt-10 md:mt-20">
|
||
|
<Section>
|
||
|
<Typography title="关于我们" topic="TOPVERSE" description="asfasgdgagadgadjlkajdljfa;dj;lfajd;lkfja;ldjf;laj;lfja;d" />
|
||
|
</Section>
|
||
|
</div>
|
||
|
</template>
|