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