gaoluyang
2026-06-24 bfdc0e0e6d5e47aa501f9b6fadd143d9c97cf00a
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';