1 Commits

Author SHA1 Message Date
rodia
b817ffc9fb feat: update package-lock.json 2025-09-04 18:03:41 -03:00
3 changed files with 1544 additions and 952 deletions

2490
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -16,7 +16,7 @@
required
class="mr-4"
></v-autocomplete>
<!-- <v-btn color="primary" @click="openModal">Agregar Cliente</v-btn> -->
<v-btn color="primary" @click="openModal">Agregar Cliente</v-btn>
<CreateCustomerModal ref="customerModal" @customerCreated="handleNewCustomer"/>
</v-col>
<v-col lg="4">

View File

@@ -16,7 +16,7 @@
required
class="mr-4"
></v-autocomplete>
<!--<v-btn color="primary" @click="openModal">Agregar Cliente</v-btn>-->
<v-btn color="primary" @click="openModal">Agregar Cliente</v-btn>
<CreateCustomerModal ref="customerModal" @customerCreated="handleNewCustomer"/>
</v-col>
<v-col lg="4">