-
+
-
+
+
+
+
+
+
+
+
+
+
@@ -51,6 +54,7 @@ import Layout from '@editor/components/Layout.vue';
import type { GetColumnWidth, Services } from '@editor/type';
import AddPageBox from './AddPageBox.vue';
+import CodeEditor from './CodeEditor.vue';
defineOptions({
name: 'MEditorFramework',
@@ -59,15 +63,7 @@ defineOptions({
const DEFAULT_LEFT_COLUMN_WIDTH = 310;
const DEFAULT_RIGHT_COLUMN_WIDTH = 480;
-withDefaults(
- defineProps<{
- codeOptions?: Record