Dodano dodatkowe możliwości zamknięcia karty rozkładu jazdy

This commit is contained in:
2022-01-27 15:08:50 +01:00
parent 2489e680cf
commit 95af812877
4 changed files with 11 additions and 9 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
<template>
<div class="train-table">
<div class="train-table" @keydown.esc="closeTimetableCard">
<transition name="anim" mode="out-in">
<div :key="timetableLoaded">
<div class="traffic-warning" v-if="distanceLimitExceeded">
@@ -36,7 +36,7 @@
</template>
<script lang="ts">
import { Component, computed, ComputedRef, defineComponent, inject, Ref, ref, watch } from '@vue/runtime-core';
import { computed, ComputedRef, defineComponent, inject, Ref } from '@vue/runtime-core';
import { useStore } from '@/store';
import defaultVehicleIconsJSON from '@/data/defaultVehicleIcons.json';