generated from VLADIMIR/template_frontend
up
This commit is contained in:
@@ -70,7 +70,7 @@ function getTextForCounter(count: number): string[] {
|
||||
<Footsteps />
|
||||
</Icon>
|
||||
</div>
|
||||
<div v-for="n in getTextForCounter(allPlacesCount)" class="places-text places-text-number">{{ n }}</div>
|
||||
<div v-for="(n, index) in getTextForCounter(allPlacesCount)" :key="index" class="places-text places-text-number">{{ n }}</div>
|
||||
</div>
|
||||
<div class="counter-block">
|
||||
<div class="places-text">
|
||||
@@ -78,7 +78,7 @@ function getTextForCounter(count: number): string[] {
|
||||
<ContactMailRound />
|
||||
</Icon>
|
||||
</div>
|
||||
<div v-for="n in getTextForCounter(newPlacesCount)" class="places-text places-text-number">{{ n }}</div>
|
||||
<div v-for="(n, index) in getTextForCounter(newPlacesCount)" :key="index" class="places-text places-text-number">{{ n }}</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user