Answer the question
In order to leave comments, you need to log in
What to do with components that are loaded via AJAX?
Let's say there is a project where there is an "Application" object, there is a detailed page with this application and a table of these applications.
In the table, when you click on the link, the detailed page of the application opens via AJAX in fancyBox within the same page with the application table.
There are comments on the ticket detail page that have been converted to Vue.js, simplified as:
<comments>
<comment v-for="comment in comments" :comment="comment"></comment>
</comments>
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question