From ea35359253fc1467a4867e2534ab5a89bbe3b1d9 Mon Sep 17 00:00:00 2001 From: Andreas Zweili Date: Mon, 15 Feb 2021 22:35:02 +0100 Subject: [PATCH] add the CustomerDetails to the customers component --- .../src/components/customers/Customers.vue | 32 ++++++++++++++++--- 1 file changed, 27 insertions(+), 5 deletions(-) diff --git a/frontend/src/components/customers/Customers.vue b/frontend/src/components/customers/Customers.vue index 085006b..d7f782c 100644 --- a/frontend/src/components/customers/Customers.vue +++ b/frontend/src/components/customers/Customers.vue @@ -1,5 +1,17 @@