QR codes, printing, success-action and other fixes.
This commit is contained in:
@@ -25,6 +25,11 @@ new Vue({
|
||||
}
|
||||
}
|
||||
},
|
||||
computed: {
|
||||
printItems() {
|
||||
return this.offlineshop.items.filter(({enabled}) => enabled)
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
openNewDialog() {
|
||||
this.itemDialog.show = true
|
||||
|
||||
Reference in New Issue
Block a user