Naprawiono błąd z brakiem RJ dla innych serwerów niż PL1

This commit is contained in:
2021-12-03 18:39:48 +01:00
parent f2f8296959
commit 83bdadfe02
4 changed files with 4 additions and 3 deletions
@@ -206,6 +206,7 @@ import { computed, ComputedRef, defineComponent } from '@vue/runtime-core';
import { useStore } from '@/store';
import { GETTERS } from '@/constants/storeConstants';
import Station from '@/scripts/interfaces/Station';
import Train from '@/scripts/interfaces/Train';
export default defineComponent({
props: {