VUE 3 Transitions on Custom Component not working for some reason
So im making a web app with Vue 3 , in the menu, each menu button loads a component.
My intention is that every time a component loads it should have a transition, problem is, it seems to just not work, and if i add the “mode = “out in”” it just stays blank regardless of which button i click, i’ve tried the transition with other basic components ( ) and it works, just not with the components