Compare commits
	
		
			1 Commits
		
	
	
		
			0.1.6
			...
			delete_add
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| c8460c8e81 | 
| @@ -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"> | ||||
|   | ||||
| @@ -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"> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user