woops fixed bug
This commit is contained in:
parent
16b10d8b7c
commit
ad618c1a7b
|
@ -40,4 +40,14 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
{% endblock %}{% block scripts %} {{ window_vars(user) }}
|
||||
<script>
|
||||
new Vue({
|
||||
el: '#vue',
|
||||
mixins: [windowMixin],
|
||||
data: function () {
|
||||
return {}
|
||||
}
|
||||
})
|
||||
</script>
|
||||
{% endblock %}
|
||||
|
|
Loading…
Reference in New Issue
Block a user