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