+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -51,30 +97,6 @@ const { download } = useDownloadFileFromBase64({ source: dockerComposeBase64, fi
-
-
-
-
diff --git a/src/ui/c-monaco-editor/c-monaco-editor.vue b/src/ui/c-monaco-editor/c-monaco-editor.vue
new file mode 100644
index 00000000..e3b53437
--- /dev/null
+++ b/src/ui/c-monaco-editor/c-monaco-editor.vue
@@ -0,0 +1,124 @@
+
+
+
+
+
+ emits('beforeMount', monaco)"
+ @mount="(editor: monacoEditor.editor.IStandaloneCodeEditor, monaco: MonacoEditor) => emits('mount', editor, monaco)"
+ @change="(value: string | undefined, event: monacoEditor.editor.IModelContentChangedEvent) => emits('change', value, event)"
+ @validate="(markers: monacoEditor.editor.IMarker[]) => emits('validate', markers)"
+ />
+