rwcrabtree
Composable not defined
Hi everyone, I am new to nuxt and playing around with a simple project. I've created a composable:
and using it without issue in a page like:
I created another composable:
and attempting to use in another page like:
But I get a 500 error -> useBodywork is not defined? If I right click in the editor "go to definition" vs code correctly navigates to the composable??
2 replies