From 7372520558d0f3960bfcd524d0a1ec73039d98aa Mon Sep 17 00:00:00 2001 From: STAFYNIAK Sacha Date: Mon, 17 Sep 2018 06:29:46 +0200 Subject: [PATCH] add ref to JsonFunction component --- json-box.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/json-box.vue b/json-box.vue index 346ba4a..5d8512b 100644 --- a/json-box.vue +++ b/json-box.vue @@ -59,6 +59,7 @@ export default { JsonBoolean, JsonObject, JsonArray, + JsonFunction, JIcon } };