Add save button
This commit is contained in:
parent
81ae89697f
commit
3e9484484d
|
@ -5,6 +5,9 @@
|
|||
<br>
|
||||
<label for="descripton">Beschreibung</label>
|
||||
<textarea id="descripton" v-model="description" />
|
||||
<br>
|
||||
<button>Speichern</button>
|
||||
<hr>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
|
|
Loading…
Reference in a new issue