@@ -187,6 +187,8 @@ export default {
},
watch: {
$route(to, from) {
+ console.log('to:', to)
+ console.log('from:', from)
this.checkAndSetHero(this.type)
let sort = to.path