watch:{
"$route":{
handler(newVal){
const routerName = newVal.name;
this.show = routerName === 'Index'?false:true;
}
}
}
watch:{
"$route":{
handler(newVal){
const routerName = newVal.name;
this.show = routerName === 'Index'?false:true;
}
}
}