Skip to content

Commit 02a3e1c

Browse files
authored
fix(md): fix import path (#1686)
1 parent 0faae5d commit 02a3e1c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import cloneDeep from 'lodash-es/cloneDeep';
1+
import cloneDeep from 'lodash/cloneDeep';
22
import { computed, nextTick, onMounted, reactive, Ref, ref, SetupContext, toRefs, watch } from 'vue';
33
import { debounce } from '../../../shared/utils';
44
import { EditorMdProps, Mode } from '../editor-md-types';

packages/devui-vue/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-devui",
3-
"version": "1.5.11",
3+
"version": "1.5.11-hotfix.1",
44
"license": "MIT",
55
"description": "DevUI components based on Vite and Vue3",
66
"keywords": [

0 commit comments

Comments
 (0)