Fixed QR codes not printing

This commit is contained in:
benarc 2020-09-28 16:59:20 +01:00
parent 49baa07141
commit d8da88aefa

View file

@ -54,7 +54,6 @@
new Vue({ new Vue({
el: '#vue', el: '#vue',
mixins: [windowMixin],
data: function () { data: function () {
return { return {
theurl: location.protocol + '//' + location.host, theurl: location.protocol + '//' + location.host,