more ui components
This commit is contained in:
@@ -60,7 +60,7 @@ defineExpose({ open, close })
|
||||
</p>
|
||||
<div class="modal-action">
|
||||
<slot name="actions" v-bind="slotProps">
|
||||
<button class="btn-sm btn" @click="close">Close</button>
|
||||
<UIButton size="sm" @click="close">Close</UIButton>
|
||||
</slot>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user