woops fixed bug

This commit is contained in:
Ben Arc 2021-07-03 15:47:53 +01:00
parent 16b10d8b7c
commit ad618c1a7b

View File

@ -40,4 +40,14 @@
</div>
</div>
{% endblock %}{% block scripts %} {{ window_vars(user) }}
<script>
new Vue({
el: '#vue',
mixins: [windowMixin],
data: function () {
return {}
}
})
</script>
{% endblock %}