Hi Aaronk,
First of all, very nice project. It helped me a lot in combining Vue and Ionic. I have 1 'last' issue currently with my project and I saw it also exists in this repository.
The steps to reproduce:
- Start up project on localhost:8081 -> http://localhost:8081/tabs/tab1.
- Click on the 'next page' button to navigate to: http://localhost:8081/tabs/tab1/details
- Now click the tab1 on the bottom. This navigates us to http://localhost:8081/tabs/tab1/tab1 and shows a blank page. However, we would expect to be on http://localhost:8081/tabs/tab1.
Same goes when repeating step 1 and 2 but at step 3 click tab2. It navigates us to http://localhost:8081/tabs/tab1/tab2 although it should navigate us to http://localhost:8081/tabs/tab2.
Do you have any idea how to resolve this issue?
Thank you in advance and thanks again for this awesome repository.
Kind regards,
Bart