Pass schedule as a prop to Timetable
This commit is contained in:
parent
f550ca921b
commit
d0ee6a40eb
2 changed files with 6 additions and 3 deletions
|
@ -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/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue