zhangwencui
2026-07-10 5783abee4e8c6ba1fc525545cf2a41ffe3e01926
src/packages/effects/plugins/src/code-editor/code-mirror.vue
@@ -1,5 +1,5 @@
<script lang="ts" setup>
import type { Nullable } from '..\..\..\..\types\src';
import type { Nullable } from '../../../../types/src';
import type { CodeEditorProps } from './types';
@@ -13,7 +13,7 @@
  watchEffect,
} from 'vue';
import { usePreferences } from '..\..\..\..\preferences\src';
import { usePreferences } from '../../../../preferences/src';
import { useDebounceFn, useWindowSize } from '@vueuse/core';
import CodeMirror from 'codemirror';