Help Regarding Multi-page
I currently have 2 separate script in the same folder. When I run the script, I want to be able to change page from one script to the other. I saw the multi-page support on the website but I don't want the button to be a tab. Instead, i created a button inside a sidebar and i want that button to be the button to press to change page. My question is how to make the button change page to the other script when it is pressed?
1 Reply
You can look at tabs implementation in solara.AppLayout source code and create your own component with links to pages generated the same way as Solara does.
Here is a HeaderMenu component I used to display tabs near the title instead of a separate vuetify slot: