mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 05:18:11 +00:00
Fix działania reaktywności linków
This commit is contained in:
@@ -21,7 +21,9 @@
|
||||
|
||||
<i18n-t keypath="journal.timetable-stats-longest" tag="p">
|
||||
<template #id>
|
||||
<b>{{ data.stats.timetableId }}</b>
|
||||
<router-link :to="`/journal/timetables?timetableId=${data.stats.timetableId}`">{{
|
||||
data.stats.timetableId
|
||||
}}</router-link>
|
||||
</template>
|
||||
<template #author>
|
||||
<b>{{ data.stats.timetableAuthor }}</b>
|
||||
@@ -53,6 +55,7 @@
|
||||
<script setup lang="ts">
|
||||
import axios from 'axios';
|
||||
import { reactive, ref } from 'vue';
|
||||
import { onBeforeRouteUpdate, useRouter } from 'vue-router';
|
||||
import { DataStatus } from '../../scripts/enums/DataStatus';
|
||||
import { ITimetablesDailyStats, ITimetablesDailyStatsResponse } from '../../scripts/interfaces/api/StatsAPIData';
|
||||
import { URLs } from '../../scripts/utils/apiURLs';
|
||||
|
||||
Reference in New Issue
Block a user