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