2018-10-30 18:25:49 +05:30
|
|
|
<template>
|
2018-11-13 17:02:42 +05:30
|
|
|
<div id="lms-root">
|
2018-11-01 17:17:30 +05:30
|
|
|
<router-view :key="$route.fullPath"></router-view>
|
2018-10-30 18:25:49 +05:30
|
|
|
</div>
|
|
|
|
</template>
|
|
|
|
<script>
|
|
|
|
export default {
|
2018-11-21 15:21:57 +05:30
|
|
|
name: "lmsRoot",
|
2018-10-30 18:25:49 +05:30
|
|
|
};
|
|
|
|
</script>
|