Pass schedule as a prop to Timetable

This commit is contained in:
Hornwitser 2025-03-14 17:38:01 +01:00
parent f550ca921b
commit d0ee6a40eb
2 changed files with 6 additions and 3 deletions

View file

@ -12,7 +12,7 @@
Check out your <NuxtLink to="/account/settings">Account Setting</NuxtLink> to set up notifications for changes to schedule.
</p>
<h2>Schedule</h2>
<Timetable />
<Timetable :schedule />
<EventsEdit />
<h2>Events</h2>
<EventCard v-for="event in schedule.events" :event/>