Skip to content

Tag: javascript

Observe to some event from another component in Vue

I have two components: These components have the following interface: First component is a button. I will see a modal dialog when I click on it. The modal contains an Ajax form: Second component is a table. You already saw it on the first picture So, I would like to rerender the table component after sending …