mirror of
https://github.com/Spythere/station-manager-2.0.git
synced 2026-05-03 21:48:14 +00:00
chore: fixed info about routes in changelog
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
{{ getAvailabilityValue(changeValue as Availability) }}
|
||||
</span>
|
||||
|
||||
<RouteList v-else-if="changeName == 'routesInfo'" :routes="changeValue" />
|
||||
<span v-if="changeName == 'routesInfo'"> zmiana parametrów szlaków</span>
|
||||
|
||||
<span v-else-if="typeof changeValue === 'boolean'">
|
||||
{{ changeValue ? 'TAK' : 'NIE' }}
|
||||
@@ -40,12 +40,10 @@
|
||||
|
||||
<script lang="ts">
|
||||
import { defineComponent } from 'vue';
|
||||
import RouteList from './RouteList.vue';
|
||||
import { Availability, AvailabilityTypes, HeaderTypes } from '../types/sceneries.types';
|
||||
import { useSceneriesStore } from '../stores/sceneries.store';
|
||||
|
||||
export default defineComponent({
|
||||
components: { RouteList },
|
||||
data() {
|
||||
return {
|
||||
sceneriesStore: useSceneriesStore(),
|
||||
|
||||
Reference in New Issue
Block a user