Skip to content

Use of Tab menu #449

Discussion options

You must be logged in to vote

You are just missing the part where you need to place where to place the router content.
Keep the top as you had.

with VAppLayout(server) as layout:      
    with vuetify.VTabs(centered=True, value="tab", grow=True, to="/uno"):
        with vuetify.VTab(value="uno", tag="uno"): #, to="/uno"
            vuetify.VCardText("Tab n1")
    
        with vuetify.VTab(value="dos", tag="dos", tab_value="dos", to="/dos"):
            vuetify.VCardText("Tab n2")
    
        with vuetify.VTab(to="/tres"):
            vuetify.VCardText("Tab n3")
         
    with vuetify.VContainer():
        router.RouterView()

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Jorge-Monzon-Electroingenium
Comment options

Answer selected by Jorge-Monzon-Electroingenium
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants