|
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. |
Answered by
emololftw
Feb 16, 2024
Replies: 2 comments 2 replies
|
At this moment its working with: |
1 reply
|
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: |
1 reply
Answer selected by
emololftw
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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: