Open
Description
I just tried to use vueuse/sound in my Nuxt 3 project like so:
const {play} = useSound("/sounds/alert.mp3");
I am getting the following error:
Uncaught (in promise) TypeError: HowlConstructor.value is not a constructor
which is raised here.
@vueuse/sound
version: 2.0.0
The howler
version installed by my package manager is: 2.2.3.
Metadata
Metadata
Assignees
Labels
No labels
Activity