test1
This commit is contained in:
parent
89aa50455e
commit
55594f3cb5
@ -478,6 +478,7 @@ export function _copy(val) {
|
||||
}
|
||||
|
||||
export function cloneDeep(val) {
|
||||
console.log(1)
|
||||
return JSON.parse(JSON.stringify(val))
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user