mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-14 20:19:34 +01:00
288 B
288 B
title, description, navigation
| title | description | navigation | ||||
|---|---|---|---|---|---|---|
| useToast | A composable to display toast notifications in your Nuxt application. |
|
Usage
<script setup lang="ts">
const toast = useToast()
</script>