Removed unnecessary watcher
This commit is contained in:
parent
3c412f56c9
commit
72fd3bc0ea
@ -43,10 +43,5 @@ export default {
|
|||||||
this.course_list = r.message
|
this.course_list = r.message
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
watch: {
|
|
||||||
'$route' (to, from) {
|
|
||||||
// react to route changes...
|
|
||||||
}
|
|
||||||
}
|
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
Loading…
x
Reference in New Issue
Block a user