Zmiany w wyglądzie tabelki, połączenie kolumn ze szlakami

This commit is contained in:
2020-08-24 19:45:52 +02:00
parent b5b5cb6f85
commit 520a1083dc
4 changed files with 246 additions and 159 deletions
-5
View File
@@ -53,8 +53,6 @@ import Loading from "@/components/App/Loading.vue";
import Clock from "@/components/App/Clock.vue";
// import firebase from "@/scripts/firebase/firebaseInit";
@Component({
components: { Error, Loading, Clock },
})
@@ -69,9 +67,6 @@ export default class App extends Vue {
async mounted() {
this.initStations();
// const getData = firebase.functions.httpsCallable("getHistoryData");
// getData().then((res) => console.log(res.data));
}
}
</script>