mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-04 05:48:11 +00:00
Use <router-link> instead of <tr> with click handler in StationTable
This commit is contained in:
@@ -64,7 +64,7 @@
|
||||
</div>
|
||||
|
||||
<router-link
|
||||
class="timetable-item block-link"
|
||||
class="timetable-item a-block"
|
||||
v-else
|
||||
v-for="(row, i) in sceneryTimetables"
|
||||
:key="row.train.id + i"
|
||||
@@ -175,7 +175,7 @@
|
||||
</template>
|
||||
|
||||
<script lang="ts">
|
||||
import { computed, defineComponent, PropType, ref, watch } from 'vue';
|
||||
import { computed, defineComponent, PropType, ref } from 'vue';
|
||||
import { useRoute } from 'vue-router';
|
||||
|
||||
import Loading from '../Global/Loading.vue';
|
||||
|
||||
Reference in New Issue
Block a user