generated from Leo_Ding/web-template
Compare commits
No commits in common. "19439a8e653f7bb8fb8db416c843854f077465c0" and "cc53aed3f4c74ebd62379bdbdc6058acadf68608" have entirely different histories.
19439a8e65
...
cc53aed3f4
@ -115,6 +115,13 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div class="timeline">
|
||||||
|
<div v-for="item in listData" :key="item.id" class="timeline-item">
|
||||||
|
<div class="timeline-date">{{ item.year }}年{{ item.month }}月</div>
|
||||||
|
<div class="timeline-event">{{ item.title }}</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script setup>
|
<script setup>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user