This commit is contained in:
2022-05-03 22:34:52 +03:00
parent 1663f94b0e
commit 8958be3141
54 changed files with 1569 additions and 1014 deletions

View File

@@ -40,13 +40,8 @@
{% block script %}
<script type="text/javascript">
var app = new Vue({
el: '#app',
data: {
page: {{ pagedata['page']|tojson|safe }},
},
methods: {
},
})
Object.assign(root.data, {
page: {{ pagedata['page']|tojson|safe }},
});
</script>
{% endblock %}