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:
parent
7290594d4c
commit
9591e5e5c7
@ -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 %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user