-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add example of non composition API for Vue3 + Nuxt #140
Comments
Hi 👋🏻 Might be what you’re looking for |
@janniks thanks but this does not render the page and there is no error given either. |
Are you using a fresh Nuxt project? I’ll try to reproduce |
No, it is not fresh but the SETUP method works no problem just I have the rest of the project in non composition format. I'm using: Nuxt 3.8.2 with Nitro 2.8.1 This plugin format:
and this component will work:
but everything else I have more like:
Thanks |
Currently this is my plugin file:
and component file:
This works however I'm struggling to make the renderer work without using composition API? Can someone hint me please?
I tried to do something like this, based on the example but get no output:
Thanks
The text was updated successfully, but these errors were encountered: