about页面

This commit is contained in:
X1627315083@163.com
2026-05-18 11:33:26 +08:00
parent e36b17642f
commit 4af58134fd
4 changed files with 180 additions and 8 deletions

View File

@@ -1,6 +1,8 @@
<script setup lang="ts">
import Ecosystem from './ecosystem.vue'
import Title from './title.vue'
import Mission from './mission.vue'
import OurTeam from './our-team.vue'
defineExpose({})
</script>
<template>
@@ -10,6 +12,8 @@ defineExpose({})
</div>
<Title />
<Ecosystem />
<Mission />
<OurTeam />
</div>
</template>
<style lang="less" scoped>