From b694fae6e513c26f405bd95aba657e39d4204506 Mon Sep 17 00:00:00 2001 From: Lionel Bijaoui Date: Thu, 18 Oct 2018 17:48:26 +0200 Subject: [PATCH] Custom legend block for group - Possibility to use scoped-slot to customise fully how legend is build - Expose `group` and `groupLegend` in slot prop --- src/formGenerator.vue | 10 ++++++++++ src/formGroup.vue | 14 ++++++++++++-- 2 files changed, 22 insertions(+), 2 deletions(-) diff --git a/src/formGenerator.vue b/src/formGenerator.vue index 51c746c9..8ff83dab 100644 --- a/src/formGenerator.vue +++ b/src/formGenerator.vue @@ -9,6 +9,16 @@ :options="options" :errors="errors" :event-bus="eventBus"> +