refactor: form dialog body slot
This commit is contained in:
parent
e192d5b5d0
commit
a29fbade77
1 changed files with 4 additions and 0 deletions
|
|
@ -77,6 +77,10 @@ const zipCode = defineModel<string>('zipCode', { default: '' });
|
|||
<slot name="prepend"></slot>
|
||||
</div>
|
||||
|
||||
<div class="row col-12" v-if="$slots.body">
|
||||
<slot name="body"></slot>
|
||||
</div>
|
||||
|
||||
<!-- center -->
|
||||
<AppBox
|
||||
bordered
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue