nuxt.js How to not reload page components after $ router.push ()

799 views Asked by At

this.$router.replace({ path: '/wantToBy', query:{ type: tab.name, page: 1 } })

I want not reload currentPage

0

There are 0 answers