QR codes, printing, success-action and other fixes.

This commit is contained in:
fiatjaf
2021-03-07 16:13:20 -03:00
parent cda0819f64
commit 63ae553565
9 changed files with 147 additions and 33 deletions
@@ -25,6 +25,11 @@ new Vue({
}
}
},
computed: {
printItems() {
return this.offlineshop.items.filter(({enabled}) => enabled)
}
},
methods: {
openNewDialog() {
this.itemDialog.show = true