Skip to content

Commit 6c13b7b

Browse files
committed
fix: useToast is not a function
1 parent 6693fbd commit 6c13b7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/runtime/components/app/AppToast.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<script setup lang="ts">
2-
import { useToast } from '#app'
2+
import { useToast } from '#imports'
33
44
// App state
55
const toast = useToast()

0 commit comments

Comments
 (0)