Toast
Lightweight global message. Auto-dismisses after a period.
Basic Usage
loading
Types
loading
API
| Prop | Description | Type |
|---|---|---|
| modelValue | Whether visible | boolean |
| type | Type | 'success' | 'error' | 'warning' | 'info' | 'default' |
| title | Title | string |
| message | Message body | string |
| duration | Display duration (ms) | number |
| closable | Whether closable | boolean |
| position | Position | ToastPosition |
Events: close.