mirror of
https://github.com/certd/certd.git
synced 2026-04-24 12:27:25 +08:00
chore: lodash-es
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import _ from "lodash";
|
||||
import _ from "lodash-es";
|
||||
function copyList(originList, newList, options, parentId) {
|
||||
for (const item of originList) {
|
||||
const newItem = { ...item, parentId };
|
||||
|
||||
Reference in New Issue
Block a user