add save button to member edit page
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
f03ae5eede
commit
b1c8fb6dd1
|
@ -164,6 +164,9 @@
|
||||||
required
|
required
|
||||||
></f-select>
|
></f-select>
|
||||||
</div>
|
</div>
|
||||||
|
<div>
|
||||||
|
<button type="submit" class="mt-3 btn btn-sm inline-block btn-primary">Speichern</button>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</box>
|
</box>
|
||||||
<box heading="Prävention">
|
<box heading="Prävention">
|
||||||
|
@ -315,8 +318,7 @@ export default {
|
||||||
},
|
},
|
||||||
|
|
||||||
components: {
|
components: {
|
||||||
'popup': () => import('../../components/Popup.vue'),
|
popup: () => import('../../components/Popup.vue'),
|
||||||
'v-tabs': () => import('../../components/VTabs.vue'),
|
|
||||||
},
|
},
|
||||||
|
|
||||||
computed: {
|
computed: {
|
||||||
|
|
Loading…
Reference in New Issue