Skip to content

Commit

Permalink
fix: Vuejs 3.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
francesco-filicetti committed Sep 26, 2024
1 parent e02db41 commit 17aaa7b
Show file tree
Hide file tree
Showing 5 changed files with 32 additions and 28 deletions.
21 changes: 0 additions & 21 deletions uniticket/uni_ticket/static/js/vue.3.4.31.js

This file was deleted.

5 changes: 0 additions & 5 deletions uniticket/uni_ticket/static/js/vue.3.4.31.prod.js

This file was deleted.

25 changes: 25 additions & 0 deletions uniticket/uni_ticket/static/js/vue.3.5.4.min.js

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions uniticket/uni_ticket/static/js/vue.3.5.4.prod.min.js

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
<link rel="stylesheet" href="{% static 'css/datatables.css' %}">
{% settings_value "DEBUG" as debug %}
{% if debug %}
<script src="{% static 'js/vue.3.4.31.js' %}"></script>
<script src="{% static 'js/vue.3.5.4.min.js' %}"></script>
{% else %}
<script src="{% static 'js/vue.3.4.31.prod.js' %}"></script>
<script src="{% static 'js/vue.3.5.4.prod.min.js' %}"></script>
{% endif %}
<script src="{% static 'js/axios.js' %}"></script>
<!--
Expand Down

0 comments on commit 17aaa7b

Please sign in to comment.