Получила данные с бека

This commit is contained in:
Daria Golova
2022-10-19 15:59:46 +03:00
parent e7f5026d7b
commit bc1f9575af

View File

@@ -47,7 +47,6 @@ export default {
}, },
mounted() { mounted() {
this.fetchEventsData(); this.fetchEventsData();
console.log(this.eventsData);
}, },
}; };
</script> </script>