Fix reaktywności SRJP

This commit is contained in:
2022-07-19 23:32:16 +02:00
parent a392991030
commit 4e0fb5dc01
11 changed files with 1058 additions and 7502 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
<transition name="modal-anim">
<keep-alive>
<TrainModal v-if="store.chosenModalTrain" />
<TrainModal v-if="store.chosenModalTrainId" />
</keep-alive>
</transition>