mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 05:18:11 +00:00
Naprawiono bug przy sortowaniu tablicy
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user