Add editing and display of event host
Display and allow editing of the host field of events.
This commit is contained in:
parent
085e348aa8
commit
848a330f3a
3 changed files with 18 additions and 0 deletions
|
@ -5,6 +5,9 @@
|
|||
<template>
|
||||
<section class="event">
|
||||
<h3>{{ event.name }}</h3>
|
||||
<p v-if=event.host>
|
||||
Host: {{ event.host }}
|
||||
</p>
|
||||
<p>{{ event.description ?? "No description provided" }}</p>
|
||||
<p v-if="event.interested">
|
||||
{{ event.interested }} interested
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue