Can't use module in .vue file

So i've installed npm i @nuxtjs/supabase and added it into the nuxt config. I know its working since the project url error is showing / solving when I add the url to my project. But i can't use this model in my .vue files. I try to use the useSupabaseClient but in my project it says undefined

In vscode it doesn't show up in emmet abriviation and if I hover over it, it says any
Was this page helpful?