Hi there,
I’ve just created a simple web app using the CLI: simple web app, Framework7 with Vue.js, Tabbed View, webpack, less. In order to make the url address update when app route changes, I add following code in app.vue:
After that, the first tab works fine:
But the second and the third tabs not. When click these two tabs, the view doesn’t show correctly, and the url doesn’t update:
Can anyone help with this? Many thanks.