-
Notifications
You must be signed in to change notification settings - Fork 82
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 support for Nuxt #11
Comments
Please share a CodeSandbox that reproduces the issue reliably. |
Hereby I commented out the script in index.vue to avoid the crashing. |
Thanks for the sandbox. I can reproduce your issue. Not sure what is going on there specifically but I assume it is due to the fact that Due to the nature of the underlying library we won't support that any time soon, too. How do you design nuxt components to work gracefully, client-side only? |
For some reason nuxt tries to run some of the script in the server.
Usually this requires only very small changes to make it suitable for server side rendering. See also https://deltener.com/blog/common-problems-with-the-nuxt-client-only-component/ for more information. |
Happy to accept a PR to get this thing nuxt ready. Why not. |
I don't think I will have time to create a PR for this any time soon.
|
Thanks for your feedback. Will move this one to the backlog. |
Also adding |
Describe the Bug
During import of
vue-bpmn
the application crashes. Is the package also compatible with nuxt?Environment
-> Tried v8.72 (latest version)
-> And v3.2.3 (example version)
The text was updated successfully, but these errors were encountered: