is a very common requirement. Click on an item to jump to the corresponding details page, but cannot jump, and vue-router does not report an error. It is really unable to find the reason. It is very strange
. < hr >
//select-miners.vue
//
methods: {
goToDetail(item) {
this.$router.push({
path: `/select-miners/${item.minerNo}`
})
}
}
I wonder why you can"t jump to a child route by clicking. I would like to ask all the little brothers and sisters to take a look at it. Thank you in advance!