Is it possible to use Vue router with such urls?
first page - /index.html?mode=api&tab=program
second page - /index.html?mode=api&tab=users
third page - /index.html?mode=api&tab=contact
etc.....
As you can see the changes only in params "tab". Depending on that you will see the page. I can't find such example.