mirror of
				https://github.com/crater-invoice/crater.git
				synced 2025-10-31 05:31:10 -04:00 
			
		
		
		
	v6 update
This commit is contained in:
		
							
								
								
									
										14
									
								
								resources/scripts/customer/stores/customer.js
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										14
									
								
								resources/scripts/customer/stores/customer.js
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,14 @@ | ||||
| const { defineStore } = window.pinia | ||||
|  | ||||
| export const useCustomerStore = defineStore({ | ||||
|   id: 'customers', | ||||
|   state: () => ({ | ||||
|     customers: 'okay', | ||||
|   }), | ||||
|  | ||||
|   actions: { | ||||
|     resetCustomers() { | ||||
|       this.customers = 'okay' | ||||
|     }, | ||||
|   } | ||||
| }) | ||||
		Reference in New Issue
	
	Block a user