generated from Leo_Ding/web-template
Compare commits
2 Commits
cc53aed3f4
...
19439a8e65
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
19439a8e65 | ||
|
|
0f6ce84b4f |
@ -115,13 +115,6 @@
|
||||
</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>
|
||||
|
||||
<script setup>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user