Add save button

This commit is contained in:
Finn 2021-08-21 19:38:46 +02:00
parent 81ae89697f
commit 3e9484484d
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>