多维表格
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

17 lines
446 B

<script setup lang="ts">
// TODO:
</script>
<template>
<a-layout>
<LazyProfileOverviewHeatmap />
<a-layout>
<a-layout-content class="mt-5">
<LazyProfileOverviewContributionActivity />
</a-layout-content>
<a-layout-sider :collapsed="false" width="250" collapsed-width="50" :trigger="null" theme="light">
<LazyProfileOverviewYearList />
</a-layout-sider>
</a-layout>
</a-layout>
</template>