diff --git a/src/views/FormatJSON.vue b/src/views/FormatJSON.vue index e3ac6f8..82dfe65 100644 --- a/src/views/FormatJSON.vue +++ b/src/views/FormatJSON.vue @@ -8,7 +8,7 @@ v-model:value="JSONInput" lang="json" theme="chrome" - :options="{ useWorker: true, fontSize: 14 }" + :options="{ useWorker: true, fontSize: 14, showPrintMargin: false }" class="h-full text-purple-500" v-debounce:300ms="formatJSON" /> diff --git a/src/views/ToolsView.vue b/src/views/ToolsView.vue index 4ed895a..1fb6a61 100644 --- a/src/views/ToolsView.vue +++ b/src/views/ToolsView.vue @@ -24,7 +24,7 @@ >

-
+