useAuth0 retuning undefined error

hi community so i am having an error importing useAuth0 like <script> import { useAuth0} from '@auth0/auth0-vue' setup(){ const { loginWithPopup } = useAuth0();} </script>.
The error is keep getting on my console is useAuth0 is undefined. Any help

Hey there @justyouandickson welcome to the community!

While I’m not positive why you are getting undefined there, it may be worth comparing against our sample app here:

Are you working off a guide or anything in particular?

Keep us posted!

still getting the same result. i think its caused by this const {loginWithPoppup} = useAuth0 because that’s the response on the console