Skip to content

Commit 2b759f5

Browse files
authored
release v1.5.4-alpha.0 (#1591)
1 parent f4029d4 commit 2b759f5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/devui-vue/devui/code-editor/src/code-editor.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { useCodeEditor } from './composables/use-code-editor';
55
import './code-editor.scss'
66

77
export default defineComponent({
8-
name: 'DpCodeEditor',
8+
name: 'DCodeEditor',
99
props: codeEditorProps,
1010
emits: ['update: modelValue', 'afterEditorInit', 'click'],
1111
setup(props: codeEditorProps, ctx: SetupContext) {

packages/devui-vue/devui/code-editor/src/composables/use-code-editor.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { inBrowser } from "@devui/shared/utils";
1+
import { inBrowser } from '../../../shared/utils/common-var';
22
import { throttle } from "lodash";
33
import { onBeforeMount, onMounted, ref, SetupContext, toRefs, nextTick, watch } from "vue";
44
import { CodeEditorProps, Comment, Decoration, LayoutInfo, PositionInfo } from "../code-editor-types";

0 commit comments

Comments
 (0)