Add editing and display of event host

Display and allow editing of the host field of events.
This commit is contained in:
Hornwitser 2025-07-16 19:07:36 +02:00
parent 085e348aa8
commit 848a330f3a
3 changed files with 18 additions and 0 deletions

View file

@ -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