This commit is contained in:
cgfhtw
2024-01-03 15:49:10 +01:00
parent b070607f91
commit ef91489b29
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ export default {
</div>
</template>
<template v-else>
<slot #placeholder>
<slot name="placeholder">
<svg class="bd-placeholder-img img-thumbnail" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="A generic square placeholder image with a white border around it, making it resemble a photograph taken with an old instant camera: 200x200" preserveAspectRatio="xMidYMid slice" focusable="false"><title>A generic square placeholder image with a white border around it, making it resemble a photograph taken with an old instant camera</title><rect width="100%" height="100%" fill="#868e96"></rect><text x="50%" y="50%" fill="#dee2e6" dy=".3em"></text></svg>
<div class="fotobutton-visible">
<div class="d-grid gap-2 d-md-flex">
@@ -299,7 +299,7 @@ export default {
</div>
<label for="stv-details-anmerkung" class="col-sm-1 col-form-label">Anmerkung</label>
<div class="col-sm-3">
<textarea id="stv-details-anmerkung" class="form-control" v-text="anmerkung"></textarea>
<textarea id="stv-details-anmerkung" class="form-control" v-model="data.anmerkung"></textarea>
</div>
<label for="stv-details-homepage" class="col-sm-1 col-form-label">Homepage</label>
<div class="col-sm-3">