fixed bug with func

This commit is contained in:
Kostya
2024-01-20 12:50:37 +03:00
parent eaef153740
commit 32f6af3655

View File

@@ -48,7 +48,7 @@
<template v-for="(item, index) in PercentageGameSteps" :key="index">
<swiper-slide>
<button class="steps-btns__display">{{ item.toFixed(2) }}</button>
<h2>{{ index }} {{ checkLastNumber(index) }}</h2>
<h2>{{ index }} {{ stepsEndOfWord(index) }}</h2>
</swiper-slide>
</template>
</swiper>