Khaled Waleed

Results 2 issues of Khaled Waleed

Note that I have wrapped the component with ClientSideOnly, like this ``` ``` This is the error ``` [Vue warn]: Unhandled error during execution of render function at at at...

Uncaught (in promise) TypeError: My code: ``` import { useSound } from "@vueuse/sound"; const { play } = useSound("pop.mp3"); ``` my nuxt.config.ts: ``` export default defineNuxtConfig({ css: ["@/assets/css/main.css"], devtools: {...