mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 05:18:11 +00:00
Removed .env file
This commit is contained in:
@@ -24,3 +24,5 @@ node_modules
|
|||||||
|
|
||||||
.gitignore
|
.gitignore
|
||||||
.firebase
|
.firebase
|
||||||
|
|
||||||
|
.env
|
||||||
|
|||||||
@@ -68,12 +68,10 @@ export default class StationsView extends Vue {
|
|||||||
}
|
}
|
||||||
|
|
||||||
async mounted() {
|
async mounted() {
|
||||||
const { docs } = await db.collection("history").get();
|
// const { docs } = await db.collection("history").get();
|
||||||
|
// docs.forEach((doc) => {
|
||||||
docs.forEach((doc) => {
|
// console.log(doc.data());
|
||||||
console.log(doc.data());
|
// });
|
||||||
});
|
|
||||||
|
|
||||||
// this.$store.watch(
|
// this.$store.watch(
|
||||||
// (state, getters) => getters.getConnectionState,
|
// (state, getters) => getters.getConnectionState,
|
||||||
// (state: ConnState) => {
|
// (state: ConnState) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user