brotherton-erpnext/erpnext/public/js/education/lms/lmsRoot.vue
2019-02-19 13:06:33 +05:30

10 lines
160 B
Vue

<template>
<div id="lms-root">
<router-view :key="$route.fullPath"></router-view>
</div>
</template>
<script>
export default {
name: "lmsRoot",
};
</script>