From 6bb5440220befc62c73ec4bf5f84ce3f49ea8e10 Mon Sep 17 00:00:00 2001 From: Julie Lenaerts Date: Thu, 12 Aug 2021 16:23:58 +0200 Subject: [PATCH] injecting person data into renderbox, no styling yet --- .../PersonsAssociated/ParticipationItem.vue | 25 ++++++++++++++-- .../_components/Entity/PersonRenderBox.vue | 29 ++++++++++--------- 2 files changed, 37 insertions(+), 17 deletions(-) diff --git a/src/Bundle/ChillPersonBundle/Resources/public/vuejs/AccompanyingCourse/components/PersonsAssociated/ParticipationItem.vue b/src/Bundle/ChillPersonBundle/Resources/public/vuejs/AccompanyingCourse/components/PersonsAssociated/ParticipationItem.vue index 685b140a9..ea27b59f8 100644 --- a/src/Bundle/ChillPersonBundle/Resources/public/vuejs/AccompanyingCourse/components/PersonsAssociated/ParticipationItem.vue +++ b/src/Bundle/ChillPersonBundle/Resources/public/vuejs/AccompanyingCourse/components/PersonsAssociated/ParticipationItem.vue @@ -1,8 +1,12 @@