Added Phases to Projects
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user