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

Support stripe-away slot of ClientOnly on SSG #378

Open
3 tasks done
antfu opened this issue Oct 26, 2023 · 0 comments
Open
3 tasks done

Support stripe-away slot of ClientOnly on SSG #378

antfu opened this issue Oct 26, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@antfu
Copy link
Member

antfu commented Oct 26, 2023

Clear and concise description of the problem

It's common to encounter errors when using client-side only package. Even with <ClientOnly>, the users need to handle that carefully as the import can still be synchronized.

Suggested solution

We do a transform to Vue file that removes the content of <ClientOnly>. Similiar to nuxt/framework#8713

Alternative

No response

Additional context

No response

Validations

@antfu antfu added the enhancement New feature or request label Oct 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant