chore (css): Switched to frappe navbar

This commit is contained in:
scmmishra 2019-02-19 17:03:16 +05:30
parent 1682aa8a36
commit cb8ef96f6b
2 changed files with 0 additions and 2 deletions

View File

@ -1,6 +1,5 @@
<template>
<div id="lms-root">
<navbar></navbar>
<router-view :key="$route.fullPath"></router-view>
</div>
</template>

View File

@ -2,7 +2,6 @@
{% block title %}{{ heading or "LMS"}}{% endblock %}
{% block navbar %}{% endblock %}
{% block page_content %}
<div id="lms-app"></div>
<script type="text/javascript" src="/assets/js/lms.min.js"></script>