Describe the bug
I wanted to use the nuxt-custom-elements@beta module but its only working with Nuxt version ^3.0.x.
I'm currently using 4.1.0 -> Am I using a wrong module or is it just not yet compatible?
To Reproduce
Steps to reproduce the behavior:
- npm install nuxt-custom-elements@beta
- npm i
- Log: Module nuxt-custom-elements is disabled due to incompatibility issues:
- [nuxt] Nuxt version ^3.0.x is required but currently using 4.1.0
I don't want to downgrade to a Nuxt ^3.0.x version.
Thanks for helping out ^^