Dodano tłumaczenie opisów ikon

This commit is contained in:
2021-03-20 21:43:20 +01:00
parent 4b47e54346
commit c0e8c000dd
7 changed files with 106 additions and 44 deletions
+3 -5
View File
@@ -51,10 +51,6 @@ export default class SceneryView extends Vue {
return this.$route.path;
}
// get dataLoaded() {
// return this.storeStationList ? true : false;
// }
get stationInfo(): Station | null {
if (!this.$route.query.hash || !this.storeStationList) return null;
@@ -89,8 +85,10 @@ export default class SceneryView extends Vue {
display: inline-block;
font-size: 2em;
.button {
margin: 1rem auto;
margin: 1em auto;
font-size: 0.85em;
}
}