Skip to content

Commit

Permalink
fix: build site vitepress当前版本暂不支持esm引入lodash (DevCloudFE#1860)
Browse files Browse the repository at this point in the history
  • Loading branch information
GreatZPP authored May 27, 2024
1 parent 36f3672 commit 18e63c4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { ref, computed, toRefs, provide, watch, onMounted, reactive } from 'vue';
import type { Ref, SetupContext } from 'vue';
import { mergeWith, cloneDeep, merge } from 'lodash-es';
import { mergeWith, cloneDeep, merge } from 'lodash';
import RadioMenu from '../components/radio-menu';
import CheckboxMenu from '../components/checkbox-menu';
import LabelMenu from '../components/label-menu';
Expand Down

0 comments on commit 18e63c4

Please sign in to comment.