update profile edit view

This commit is contained in:
2021-10-18 20:45:18 +02:00
parent 04d59d5520
commit 4e8390cf96
6 changed files with 503 additions and 573 deletions

View File

@ -10,9 +10,11 @@ SPDX-License-Identifier: AGPL-3.0-or-later
{{ title }}
</h3>
<div class="card w-100">
<div class="card-body">
<slot></slot>
</div>
<slot name="card-body">
<div class="card-body">
<slot></slot>
</div>
</slot>
</div>
</div>
</template>