mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-19 10:14:59 +00:00
Renamed AcademyRoot to lmsRoot
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
<template>
|
||||
<div id="academy-root">
|
||||
<div id="lms-root">
|
||||
<router-view :key="$route.fullPath"></router-view>
|
||||
</div>
|
||||
</template>
|
||||
<script>
|
||||
export default {
|
||||
name: "AcademyRoot",
|
||||
name: "lmsRoot",
|
||||
};
|
||||
</script>
|
||||
Reference in New Issue
Block a user