Ionic 5 Vue 3 - Defunct Tab Component

May I link to my repo? Please let me know if this is ok: Repository

I created a Tabs template app and copied the ExploreContainer component (and named it “TabGeneric”). I placed the tab-generic component into “Tab 1”, and that renders fine.

When I attempt to place the tab-generic component into the Tabs area…it doesn’t work. Is this fixable?

Thanks,

Doug

//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

Is this a case where I’d want to use a Vue render function?

Ultimately, I’m after something like this. However, getting this component thing to work would be MUCH better.