mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-22 07:50:36 +01:00
24 lines
288 B
Markdown
24 lines
288 B
Markdown
---
|
|
title: useToast
|
|
description: 'A composable to display toast notifications in your Nuxt application.'
|
|
navigation:
|
|
badge:
|
|
label: Todo
|
|
---
|
|
|
|
## Usage
|
|
|
|
```vue
|
|
<script setup lang="ts">
|
|
const toast = useToast()
|
|
</script>
|
|
```
|
|
|
|
### `add()`
|
|
|
|
### `update()`
|
|
|
|
### `remove()`
|
|
|
|
### `clear()`
|