From f110c750a070cc40a80918ce3ab754813d8c9364 Mon Sep 17 00:00:00 2001 From: Rodia Date: Sat, 5 Oct 2024 12:36:43 -0500 Subject: [PATCH] Fix: Unused variables --- .../don-confiao/src/components/Purchase.vue | 20 ------------------- 1 file changed, 20 deletions(-) diff --git a/tienda_ilusion/don_confiao/frontend/don-confiao/src/components/Purchase.vue b/tienda_ilusion/don_confiao/frontend/don-confiao/src/components/Purchase.vue index 2c44159..2b77f7f 100644 --- a/tienda_ilusion/don_confiao/frontend/don-confiao/src/components/Purchase.vue +++ b/tienda_ilusion/don_confiao/frontend/don-confiao/src/components/Purchase.vue @@ -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,