commit | 44921a3ee929513ae9806a23ce63f17515d146d2 | [log] [tgz] |
---|---|---|
author | scmmishra <scm.mymail@gmail.com> | Tue Nov 13 16:35:52 2018 +0530 |
committer | Aditya Hase <aditya@adityahase.com> | Tue Feb 19 13:06:32 2019 +0530 |
tree | 4d95b77e9b7f179f6c8d02026fe062b8b5124590 | |
parent | 91bbe776c1a477db27b783335ebf1adf5125fe6d [diff] |
Renamed default element for Vue to mount on
diff --git a/erpnext/public/js/education/academy/academy.js b/erpnext/public/js/education/academy/academy.js index 961dc39..e8e96f1 100644 --- a/erpnext/public/js/education/academy/academy.js +++ b/erpnext/public/js/education/academy/academy.js
@@ -101,7 +101,7 @@ }); academy.view = new Vue({ - el: "#academy-app", + el: "#lms-app", router: new VueRouter({ routes }), template: "<academy-root/>", components: { AcademyRoot },