mirror of
https://github.com/yawaflua/LuckyDiamond.git
synced 2025-12-10 12:19:31 +02:00
delete styles for slider
This commit is contained in:
@@ -194,7 +194,6 @@ export default {
|
||||
let lastNumber = indexString
|
||||
if (indexString >= 10) {
|
||||
lastNumber = indexString.slice(1)
|
||||
console.log(lastNumber)
|
||||
}
|
||||
return this.checkLastNumber(lastNumber)
|
||||
},
|
||||
@@ -209,7 +208,6 @@ export default {
|
||||
else {
|
||||
word = 'шагов'
|
||||
}
|
||||
console.log(word)
|
||||
return word
|
||||
},
|
||||
clickedBtnChoice(index, content) {
|
||||
|
||||
Reference in New Issue
Block a user