From d3c42e4a5d98dbbbe7924ad4dbf7f154c3d49d6c Mon Sep 17 00:00:00 2001 From: ogerly Date: Mon, 29 Nov 2021 09:59:17 +0100 Subject: [PATCH] Add EditCreationFormular to differenciate Edit vue from Creation Vue. --- admin/src/components/EditCreationFormular.vue | 105 ++++++++++++++++++ 1 file changed, 105 insertions(+) create mode 100644 admin/src/components/EditCreationFormular.vue diff --git a/admin/src/components/EditCreationFormular.vue b/admin/src/components/EditCreationFormular.vue new file mode 100644 index 000000000..8ea7d9578 --- /dev/null +++ b/admin/src/components/EditCreationFormular.vue @@ -0,0 +1,105 @@ + \ No newline at end of file