Use #app-root
instead of #vue-root
so as to be more general
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
</head>
|
||||
<body class="{% if g.modalOpen %} modalOpen{% endif %}">
|
||||
|
||||
<div id='vue-root'>
|
||||
<div id='app-root'>
|
||||
{% block template_vars %}{% endblock %}
|
||||
|
||||
{% include 'navigation/topbar.html' %}
|
||||
|
Reference in New Issue
Block a user