Skip to content

Commit 18e63c4

Browse files
authored
fix: build site vitepress当前版本暂不支持esm引入lodash (#1860)
1 parent 36f3672 commit 18e63c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/devui-vue/devui/category-search/src/composables/use-category-search.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { ref, computed, toRefs, provide, watch, onMounted, reactive } from 'vue';
22
import type { Ref, SetupContext } from 'vue';
3-
import { mergeWith, cloneDeep, merge } from 'lodash-es';
3+
import { mergeWith, cloneDeep, merge } from 'lodash';
44
import RadioMenu from '../components/radio-menu';
55
import CheckboxMenu from '../components/checkbox-menu';
66
import LabelMenu from '../components/label-menu';

0 commit comments

Comments
 (0)