From cff5702ca16ce4943d0cbfa2a10f131b9f1fdbd9 Mon Sep 17 00:00:00 2001 From: Eliott Vincent Date: Mon, 16 Aug 2021 17:18:46 +0200 Subject: [PATCH] Migrate all types --- lib/types/json-array.vue | 41 ++++++++++++------------------------ lib/types/json-boolean.vue | 8 +++---- lib/types/json-date.vue | 12 +++++------ lib/types/json-function.vue | 10 ++++----- lib/types/json-number.vue | 10 ++++----- lib/types/json-object.vue | 40 ++++++++++++----------------------- lib/types/json-string.vue | 28 ++++++++++-------------- lib/types/json-undefined.vue | 8 +++---- 8 files changed, 63 insertions(+), 94 deletions(-) diff --git a/lib/types/json-array.vue b/lib/types/json-array.vue index 41758a0..6e405cb 100644 --- a/lib/types/json-array.vue +++ b/lib/types/json-array.vue @@ -1,4 +1,5 @@