How to use tabsheet lazy loading with fragments?

Dear team,
I want to use lazy loading mode in the tabsheet, but this way I cannot inject the fragment into the controller. I need to pass parameters to the fragment before the fragment is displayed, and display different content according to different parameters.

Thanks for your time

I’ve tried to use UiComponentUtils.getComponent() to get the fragment, but the components inside the fragment still can’t be loaded automatically, do I need to load all the components manually?