Added Phases to Projects

This commit is contained in:
2024-02-05 20:48:15 +01:00
parent 22a3b8698c
commit 2fc45b3ea0
5 changed files with 190 additions and 38 deletions

View File

@@ -123,7 +123,8 @@ const renderText = (text) => {
</template>
<div
v-if="historyItems.length > 0"
v-for="(item,index) in historyItems"
v-for="(item,index) in historyItems.slice().reverse()
"
>
<UDivider
class="my-3"