mirror of https://github.com/nocodb/nocodb
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.
15 lines
368 B
15 lines
368 B
1 year ago
|
<script setup lang="ts">
|
||
|
// TODO:
|
||
|
</script>
|
||
|
|
||
|
<template>
|
||
|
<div class="nc-profile-year-list-container mt-21 mr-10">
|
||
|
<a-timeline mode="right">
|
||
|
<a-timeline-item>2022</a-timeline-item>
|
||
|
<a-timeline-item>2021</a-timeline-item>
|
||
|
<a-timeline-item>2020</a-timeline-item>
|
||
|
<a-timeline-item>2019</a-timeline-item>
|
||
|
</a-timeline>
|
||
|
</div>
|
||
|
</template>
|