Fix: Unused variables

This commit is contained in:
Rodia 2024-10-05 12:36:43 -05:00
parent 7a89eee9fb
commit f110c750a0

View File

@ -109,26 +109,6 @@
data() {
return {
valid: false,
drawer: false,
group: null,
items: [
{
title: 'Foo',
value: 'foo',
},
{
title: 'Bar',
value: 'bar',
},
{
title: 'Fizz',
value: 'fizz',
},
{
title: 'Buzz',
value: 'buzz',
},
],
purchase: {
date: this.getCurrentDate(),
client: null,