@benoitranque Perfect, thank you!! I read that page, but the idea of nested routes applying to my situation didn’t click until I went through it again. Thanks for the help!
L
Latest posts made by levi730
-
RE: v0.14 beta - route tabs - default
-
v0.14 beta - route tabs - default
Hello!
I’m just getting started with v.0.14 (and Quasar in general), and I have a layout with a series of QRouteTabs. It’s up and working properly, but I’m wondering if there’s a preferred way to specify a default tab.
I was able to specify my tab as the default using:
{ path: '*', component: load('MyComponent') }
… but of course, that kills any chance of using the
Error404
component for catching missing/malformed routes.Is there a better way?
Thanks!