Add save button
This commit is contained in:
parent
8a2d0f9fa3
commit
742168215f
|
@ -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