Removed unnecessary watcher

This commit is contained in:
scmmishra 2018-11-03 16:14:54 +05:30 committed by Aditya Hase
parent 3c412f56c9
commit 72fd3bc0ea

View File

@ -43,10 +43,5 @@ export default {
this.course_list = r.message
})
},
watch: {
'$route' (to, from) {
// react to route changes...
}
}
};
</script>