[Vuejs]-Ionic tabs not working with v-on:click with vue

0👍

Try something like

page (str) {
    this.$router.push({path: `/${str}`})
}

Leave a comment