removed qrcode library

This commit is contained in:
benarc 2022-04-16 10:50:12 +01:00
parent 6fdd1fb24b
commit 9818ba4677

View File

@ -1,7 +1,5 @@
{% extends "print.html" %} {% block page %} {% for page in link %} {% for threes in page %} {% for one in threes %} {{one}}, {% endfor %} {% endfor %} {% endfor %} {% endblock %} {% block scripts %}
<script>
Vue.component(VueQrcode.name, VueQrcode)
new Vue({
el: '#vue',
data: function() {