brotherton-erpnext/erpnext/public/js/education/academy/AcademyRoot.vue

10 lines
171 B
Vue
Raw Normal View History

2018-10-30 12:55:49 +00:00
<template>
<div id="academy-root">
2018-11-01 11:47:30 +00:00
<router-view :key="$route.fullPath"></router-view>
2018-10-30 12:55:49 +00:00
</div>
</template>
<script>
export default {
name: "AcademyRoot",
};
</script>