Skip to content

Commit

Permalink
fix: fix lodash bug
Browse files Browse the repository at this point in the history
  • Loading branch information
XiaoYang943 committed Sep 8, 2024
1 parent ba30eb6 commit f3406a5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"axios": "^1.7.3",
"element-plus": "^2.8.0",
"glob": "^10.3.10",
"lodash": "^4.17.21",
"lodash-es": "^4.17.21",
"markmap-lib": "^0.16.1",
"markmap-render": "^0.16.0",
"mitt": "^3.0.1"
Expand Down
2 changes: 1 addition & 1 deletion src/.vuepress/components/CustomLayout/Navigation/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
import {onMounted, reactive, watch} from "vue";
import Navbar from 'vuepress-theme-hope/modules/navbar/components/Navbar.js';
import jsonData from '../../../public/navigation.json'
import {clone} from "lodash"
import {clone} from "lodash-es"
import {getUuid} from "../../../utils";
// TODO: tags排序
type Tag = {
Expand Down

0 comments on commit f3406a5

Please sign in to comment.