-
-
Notifications
You must be signed in to change notification settings - Fork 28
Open
Description
Hi @Tahul ,
You asked for my experience with nuxt and this package. I tried to get it to work after the latest update, but it seems like it doesn't work. I have a sound in my public folder like this : public/sounds/back.wav
`<script setup>
import { useSound } from '@vueuse/sound'
const { play, sound } = useSound('/sounds/back.wav')
</script>
This is my test component
modules: ['@vueuse/sound/nuxt'] sound: { sounds: { scan: true, }, },
Did I have something wrong or do I need to change something to get it to work?
Thanks in advance!
Metadata
Metadata
Assignees
Labels
No labels