Skip to content

Commit

Permalink
fix: 修复打包失败
Browse files Browse the repository at this point in the history
  • Loading branch information
shaohuzhang1 committed Oct 8, 2024
1 parent 3a7e9a3 commit b4875fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/components/codemirror-editor/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import { ref } from 'vue'
import { Codemirror } from 'vue-codemirror'
import { python } from '@codemirror/lang-python'
import { oneDark } from '@codemirror/theme-one-dark'
import { linter, Diagnostic } from '@codemirror/lint'
import { linter, type Diagnostic } from '@codemirror/lint'
import FunctionApi from '@/api/function-lib'
defineOptions({ name: 'CodemirrorEditor' })
Expand Down

0 comments on commit b4875fd

Please sign in to comment.