mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-19 13:09:17 +00:00
Removed unnecessary watcher
This commit is contained in:
@@ -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>
|
||||||
Reference in New Issue
Block a user