Add save button

This commit is contained in:
Finn 2021-08-21 19:38:46 +02:00 committed by Benedikt Ziemons
parent 8a2d0f9fa3
commit 742168215f
Signed by: ben
GPG Key ID: 0F54A7ED232D3319
1 changed files with 3 additions and 0 deletions

View File

@ -5,6 +5,9 @@
<br>
<label for="descripton">Beschreibung</label>
<textarea id="descripton" v-model="description" />
<br>
<button>Speichern</button>
<hr>
</div>
</template>