[Vuejs]-Component automagically wrapped with additional v-container when loaded with router-view

0👍

Ok, my bad, I didn’t realize that it was because the parent component of this particular subview <v-container> wasn’t marked as fluid.
All fixed now. Since the parent was only a template with a container and a router-view without any logic, I’d completely forgotten about it.

Leave a comment