remove the total from the state

This commit is contained in:
Andreas Zweili 2021-05-05 16:30:09 +02:00
parent e8cedd717a
commit 904e4c3239
1 changed files with 0 additions and 1 deletions

View File

@ -7,7 +7,6 @@ export default {
state() {
return {
items: [],
total: 0,
qty: 0
};
},