Skip to content

Commit

Permalink
Ergänzung der Daten aus der DB in Verleih (Adresse, Kontaktdaten, ...)
Browse files Browse the repository at this point in the history
  • Loading branch information
Elijah-Haeb committed Jan 15, 2024
1 parent acf54e3 commit 3b8b53d
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions src/views/VerleihDetailView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,23 @@
<span id="zipCode">{{ verleih.plz }}</span> <span id="city">{{ verleih.ort }}</span>
</address>

<h4>Kontaktdaten</h4>
<contactDetails>
<p>Telefon: <span> {{ verleih.telefon }} </span></p>
<p>Email:<span>{{ verleih.email }}</span> </p>
</contactDetails>

<h5>Öffnungszeiten</h5>
<openingHours>
<p>Öffnungstage<span>{{ verleih.oeffnungstage }}</span></p>
<p>Öffnungszeit<span>{{ verleih.oeffnungszeiten }}</span></p>
</openingHours>

<h6>Webseite</h6>
<website>
<span>{{ verleih.webseite}}</span>
</website>

</div>
</div>
</template>
Expand Down

0 comments on commit 3b8b53d

Please sign in to comment.