简体   繁体   中英

Is it possible to load screen into Tabs using Vue-router?

I have a setup where I have a routes file and multiple routes setup eg: localhost:8000/test & localhost:8000/test2

My goal is to have a final route for example localhost:8000/tabs where I use some sort of Tab import for example bootstrap or Vuetify to crease tabs for each route within the page.

For example: localhost:8000/tabs?=test&test2 would render a page where the components test and test2 are the tab items. (Components themselves Dynamically retrieved using the routes file?).

The main problem with routes I am facing is that it reloads the page/changes the URL of the page instead of staying within localhost:8000/tabs .

Thanks for any advice.

Yes, you can using the <router-view /> and child routes.

Read more here

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM