Skip to content
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

Is there a need to update component for usage with Vue 3? #122

Open
fatawesome opened this issue Sep 10, 2021 · 3 comments
Open

Is there a need to update component for usage with Vue 3? #122

fatawesome opened this issue Sep 10, 2021 · 3 comments

Comments

@fatawesome
Copy link

As in Vue 3 arguments are no longer passed to render(), component obviously will not work. We also know, vue-client-only is heavily used in Nuxt, thus I presume is heavily maintained. Are there any plans on updating this particular package to support Vue 3?

@mattickx
Copy link

Was wondering the same thing but found out Nuxt 3 is using a simple client-only implementation defined here:
https://github.com/nuxt/framework/blob/4e9a27257bdfae65403ea73116d8c5508b642f44/packages/nuxt3/src/app/components/client-only.mjs

Hope that helps you out

@duannx
Copy link

duannx commented Jun 20, 2022

I created a small package for those who want to use the client-only component with Vue 3 outside a Nuxt project.
Check it here https://github.com/duannx/vue-client-only

@cocoonnu
Copy link

cocoonnu commented Mar 1, 2023

I created a small package for those who want to use the client-only component with Vue 3 outside a Nuxt project. Check it here https://github.com/duannx/vue-client-only

thanks!!!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants