Nuxt 3
#136
Replies: 1 comment
-
|
If I monitor mutations like so: ` ` Then in vanilla Vue I get this message "DOM mutation detected during drag" only in the beginning of drag but in Nuxt it is constantly logged. As I understand Nuxt updates DOM differently than vanilla Vue. My question is how can I prevent that happening and make component behave in Nuxt the same way it does in vanilla Vue? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm experiencing significant performance degradation when implementing Vue-ganttastic in my Nuxt 3 project environment. The component exhibits severely reduced responsiveness, particularly during bar drag operations. This issue becomes especially pronounced when manipulating bundled bars, resulting in extreme application latency.
I have already isolated the component to client-side rendering to eliminate potential Server-Side Rendering conflicts, yet the performance issues persist. Notably, I'm using this component with a very similar setup in one of my pure Vue project, where everything functions optimally without performance concerns.
Any recommendations for optimizing the integration of Vue-ganttastic within our Nuxt 3 architecture would be greatly appreciated.
Beta Was this translation helpful? Give feedback.
All reactions