mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 13:28:11 +00:00
Zmiany w wyglądzie tabelki, połączenie kolumn ze szlakami
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user