mirror of
https://github.com/yawaflua/LuckyDiamond.git
synced 2026-02-04 10:14:14 +02:00
fixed bug with func
This commit is contained in:
@@ -48,7 +48,7 @@
|
|||||||
<template v-for="(item, index) in PercentageGameSteps" :key="index">
|
<template v-for="(item, index) in PercentageGameSteps" :key="index">
|
||||||
<swiper-slide>
|
<swiper-slide>
|
||||||
<button class="steps-btns__display">{{ item.toFixed(2) }}</button>
|
<button class="steps-btns__display">{{ item.toFixed(2) }}</button>
|
||||||
<h2>{{ index }} {{ checkLastNumber(index) }}</h2>
|
<h2>{{ index }} {{ stepsEndOfWord(index) }}</h2>
|
||||||
</swiper-slide>
|
</swiper-slide>
|
||||||
</template>
|
</template>
|
||||||
</swiper>
|
</swiper>
|
||||||
|
|||||||
Reference in New Issue
Block a user