-
Dear community, in my vue instance i have ajax link to signal in Nette application:
when i remount vue instance for refreshing components after dom update. Signal link stopped works. Is there any opinion how to reinitialize naja's elements? I tried Application works correctly when i put my signal link out of Vue instance like:
Thank you. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
At this moment its working with:
|
Beta Was this translation helpful? Give feedback.
-
I came back to this problem after almost a year and a half and finally found an elegant solution to reinitialize vue components inside a snippet thanks to my experience. I had also problem with redrawing vue components inside snippets. This is universal solution for both situations:
|
Beta Was this translation helpful? Give feedback.
I came back to this problem after almost a year and a half and finally found an elegant solution to reinitialize vue components inside a snippet thanks to my experience.
I had also problem with redrawing vue components inside snippets. This is universal solution for both situations: