1
0
mirror of https://github.com/webrecorder/pywb.git synced 2025-03-15 00:03:28 +01:00

vue ui DOM must come before the init JS

This commit is contained in:
Ivan Velev 2022-02-05 15:44:12 -08:00
parent 7290594d4c
commit 9591e5e5c7

View File

@ -36,6 +36,10 @@
{% endif %}
{% if ui.vue_calendar_ui %}
<div id="app" style="width: 100%; height: 100%"></div>
{% endif %}
<script>
var text = {
months: {
@ -72,8 +76,4 @@
</script>
{% if ui.vue_calendar_ui %}
<div id="app" style="width: 100%; height: 100%"></div>
{% endif %}
{% endblock %}