refactor: use lazy load only for larger modules

This commit is contained in:
Pranav C
2025-10-07 22:30:51 +00:00
parent 27bcfb4155
commit 5f9e969050
23 changed files with 103 additions and 103 deletions

View File

@@ -1189,7 +1189,7 @@ watch(
<div class="flex flex-col gap-2">
<div>Edit Connection JSON</div>
<div class="border-1 border-gray-200 !rounded-lg shadow-sm overflow-hidden">
<MonacoEditor v-model="customJsonFormState" class="nc-connection-json-editor h-[400px] w-full" />
<LazyMonacoEditor v-model="customJsonFormState" class="nc-connection-json-editor h-[400px] w-full" />
</div>
</div>
</a-collapse-panel>