I am using golden-layout in a Vue application. I am using goldenLayout.on("stateChanged", async () => { ... }) to detect when there is a navigation between tabs. How do I recreate/rerender the component that I navigate to?
golden-layout
goldenLayout.on("stateChanged", async () => { ... })