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
|
||||
.firebase
|
||||
|
||||
.env
|
||||
|
||||
@@ -68,12 +68,10 @@ export default class StationsView extends Vue {
|
||||
}
|
||||
|
||||
async mounted() {
|
||||
const { docs } = await db.collection("history").get();
|
||||
|
||||
docs.forEach((doc) => {
|
||||
console.log(doc.data());
|
||||
});
|
||||
|
||||
// const { docs } = await db.collection("history").get();
|
||||
// docs.forEach((doc) => {
|
||||
// console.log(doc.data());
|
||||
// });
|
||||
// this.$store.watch(
|
||||
// (state, getters) => getters.getConnectionState,
|
||||
// (state: ConnState) => {
|
||||
|
||||
Reference in New Issue
Block a user