Closed strife-cloud closed 1 year ago
Hey, thank you for creating this issue. To verify that there is an actual issue, please use stackblitz.com to recreate the project as you're describing it here so it's done once and not by everyone who tries to debug the issue separately.
Regarding your issue: make sure to run a nuxi upgrade
(or delete the lockfile and node_modules and reinstall all dependencies).
no worry, I didn't knew but I discover nuxt prepare
who regenerate typescript file so the module is now discovered
We can close the issue
Thanks for letting us know!
Describe the feature
Hey, I'm trying to use this package with nuxt3 but it feels like it doesn't work whenever I'm trying to do this
// nuxt.config.js
the typing is not recognized in this case
but in this case, it's recognized // nuxt.config.js
and in default.vue (my default layout)
the component and the composable is not recognized maybe I'm missing some import ?
Here's my package.json
I'm using with vite not webback node: 16.14.0
Any suggestion? Maybe I'm missing something
Additional information
Final checks