Naprawiono bug przy sortowaniu tablicy

This commit is contained in:
2020-07-19 20:31:10 +02:00
parent ae126040d8
commit f78881dc46
-2
View File
@@ -27,7 +27,6 @@
</tr>
</thead>
<transition-group tag="tbody" class="table-body" name="table-anim">
<tr
class="table-item"
v-for="(station, i) in computedStations"
@@ -127,7 +126,6 @@
>{{station.routes.oneWay.noCatenary}}</span>
</td>
</tr>
</transition-group>
</table>
</div>
</div>