diff --git a/src/runtime/components/Toast.vue b/src/runtime/components/Toast.vue index 1c96a9e9..10028563 100644 --- a/src/runtime/components/Toast.vue +++ b/src/runtime/components/Toast.vue @@ -31,6 +31,7 @@ export interface ToastSlots { leading(): any title(): any description(): any + actions(): any close(): any } @@ -103,17 +104,21 @@ defineExpose({
- - - + + + + +