1👍
Push the /other
route in the router inside the mounted hook :
new Vue({
router,
el: '#app',
mounted(){
this.$router.push('/other')
}
})
- [Vuejs]-Vue/AXIOS does not completely download
- [Vuejs]-Structure: Where put navigation bar component (Vue/ React)
Source:stackexchange.com