Zaktualizowano listę scenerii | v1.3.4

This commit is contained in:
2020-12-12 14:13:16 +01:00
parent 60c7e7394e
commit a7a19c3faa
3 changed files with 49 additions and 8 deletions
+6 -1
View File
@@ -61,8 +61,13 @@ export default class App extends Vue {
private VERSION = "1.3.4";
mounted() {
async mounted() {
this.synchronizeData();
// const data = await (
// await axios.get("https://stacjownik.herokuapp.com/api/getStationList")
// ).data;
// console.log(data);
}
}
</script>