mirror of
https://github.com/webrecorder/pywb.git
synced 2025-03-24 06:59:52 +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 %}
|
{% endif %}
|
||||||
|
|
||||||
|
|
||||||
|
{% if ui.vue_calendar_ui %}
|
||||||
|
<div id="app" style="width: 100%; height: 100%"></div>
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
var text = {
|
var text = {
|
||||||
months: {
|
months: {
|
||||||
@ -72,8 +76,4 @@
|
|||||||
|
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
{% if ui.vue_calendar_ui %}
|
|
||||||
<div id="app" style="width: 100%; height: 100%"></div>
|
|
||||||
{% endif %}
|
|
||||||
|
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user