mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-04 22:08:12 +00:00
Naprawiono bug przy sortowaniu tablicy
This commit is contained in:
@@ -27,7 +27,6 @@
|
|||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
|
|
||||||
<transition-group tag="tbody" class="table-body" name="table-anim">
|
|
||||||
<tr
|
<tr
|
||||||
class="table-item"
|
class="table-item"
|
||||||
v-for="(station, i) in computedStations"
|
v-for="(station, i) in computedStations"
|
||||||
@@ -127,7 +126,6 @@
|
|||||||
>{{station.routes.oneWay.noCatenary}}</span>
|
>{{station.routes.oneWay.noCatenary}}</span>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</transition-group>
|
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user