From 7051ed621a88ca1ef972b9e941970c135653b00d Mon Sep 17 00:00:00 2001 From: Georg Spar Date: Sat, 24 Jun 2023 10:31:18 +0200 Subject: [PATCH] Anpassung bought, photo, neu updPhoto --- components/Bought.vue | 58 ++++++++++++++++---- components/Photo.vue | 12 ++++- components/UpdPhoto.vue | 115 ++++++++++++++++++++++++++++++++++++++++ 3 files changed, 175 insertions(+), 10 deletions(-) create mode 100644 components/UpdPhoto.vue diff --git a/components/Bought.vue b/components/Bought.vue index beb9573..ffaa92a 100644 --- a/components/Bought.vue +++ b/components/Bought.vue @@ -23,7 +23,8 @@
@@ -79,10 +80,12 @@ \ No newline at end of file diff --git a/components/UpdPhoto.vue b/components/UpdPhoto.vue new file mode 100644 index 0000000..e4b1587 --- /dev/null +++ b/components/UpdPhoto.vue @@ -0,0 +1,115 @@ + + + \ No newline at end of file