Minor UI changes

This commit is contained in:
scmmishra
2018-11-21 15:21:57 +05:30
committed by Aditya Hase
parent a592f70d4a
commit d93cec374d
3 changed files with 25 additions and 7 deletions

View File

@@ -5,6 +5,9 @@
</template>
<script>
export default {
name: "lmsRoot",
name: "lmsRoot",
mounted() {
$(document).scrollTop(0)
}
};
</script>