From 6273537174f68d6895b25cfd049daf7a1e010ff2 Mon Sep 17 00:00:00 2001 From: Joel Collins Date: Mon, 17 Jun 2019 17:34:03 +0100 Subject: [PATCH] Added form initialisation and updating --- .../formComponents/JsonForm.vue | 49 ++++++++++++++++++- 1 file changed, 48 insertions(+), 1 deletion(-) diff --git a/src/components/pluginComponents/formComponents/JsonForm.vue b/src/components/pluginComponents/formComponents/JsonForm.vue index aae12748..bfc56141 100644 --- a/src/components/pluginComponents/formComponents/JsonForm.vue +++ b/src/components/pluginComponents/formComponents/JsonForm.vue @@ -1,6 +1,8 @@