Update toast.md
This commit is contained in:
parent
3ec6134c99
commit
41de59551c
|
|
@ -45,7 +45,7 @@ import { useToast } from '@/components/ui/toast/use-toast'
|
||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
import { Button } from '@/components/ui/button'
|
import { Button } from '@/components/ui/button'
|
||||||
import { useToast } from '@/components/ui/toast/use-toast'
|
import { useToast } from '@/components/ui/toast/use-toast'
|
||||||
import Toaster from "@/components/ui/toast/Toaster.vue"
|
import { Toaster } from "@/components/ui/toast"
|
||||||
|
|
||||||
const { toast } = useToast()
|
const { toast } = useToast()
|
||||||
</script>
|
</script>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user