mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 21:38:13 +00:00
Poprawki w animacjach
This commit is contained in:
@@ -85,6 +85,7 @@
|
||||
<script lang="ts">
|
||||
import TrainStop from '@/scripts/interfaces/TrainStop';
|
||||
import { computed, defineComponent } from '@vue/runtime-core';
|
||||
import decodedChars from "@/data/decodedChars.json";
|
||||
|
||||
export default defineComponent({
|
||||
props: {
|
||||
@@ -145,6 +146,11 @@ export default defineComponent({
|
||||
'last-confirmed': index == this.lastConfirmed && !stop.terminatesHere,
|
||||
};
|
||||
},
|
||||
|
||||
decodeSWDRComment(comment: string) {
|
||||
const test = 'kurwęaę'
|
||||
const charsToDecode = test.split('&#x');
|
||||
}
|
||||
},
|
||||
});
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user